Skip to content
Snippets Groups Projects
Commit 5bdc79b0 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

unit build grammar string unrestricted

parent 54955a1a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
   
namespace { namespace {
   
auto stringWrite = registration::StringWriterRegister < grammar::ContextPreservingUnrestrictedGrammar < > > ( ); auto stringWriteContextPreservingUnrestrictedGrammar = registration::StringWriterRegister < grammar::ContextPreservingUnrestrictedGrammar < > > ( );
auto stringReader = registration::StringReaderRegister < grammar::Grammar, grammar::ContextPreservingUnrestrictedGrammar < > > ( ); auto stringReaderContextPreservingUnrestrictedGrammar = registration::StringReaderRegister < grammar::Grammar, grammar::ContextPreservingUnrestrictedGrammar < > > ( );
   
} /* namespace */ } /* namespace */
#include "ContextPreservingUnrestrictedGrammar.cxx"
#include "UnrestrictedGrammar.cxx"
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
   
namespace { namespace {
   
auto stringWrite = registration::StringWriterRegister < grammar::UnrestrictedGrammar < > > ( ); auto stringWriteUnrestrictedGrammar = registration::StringWriterRegister < grammar::UnrestrictedGrammar < > > ( );
auto stringReader = registration::StringReaderRegister < grammar::Grammar, grammar::UnrestrictedGrammar < > > ( ); auto stringReaderUnrestrictedGrammar = registration::StringReaderRegister < grammar::Grammar, grammar::UnrestrictedGrammar < > > ( );
   
} /* namespace */ } /* namespace */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment