mirror of
https://github.com/boostorg/wave.git
synced 2026-02-20 15:12:18 +00:00
Wave: Merging from trunk
[SVN r85641]
This commit is contained in:
@@ -780,7 +780,7 @@ lexer::lexer<IteratorT, PositionT> slex_functor<IteratorT, PositionT>::lexer;
|
||||
//
|
||||
// This function is declared inside the cpp_slex_token.hpp file, which is
|
||||
// referenced by the source file calling the lexer and the source file, which
|
||||
// instantiates the lex_functor. But is is defined here, so it will be
|
||||
// instantiates the lex_functor. But it is defined here, so it will be
|
||||
// instantiated only while compiling the source file, which instantiates the
|
||||
// lex_functor. While the cpp_slex_token.hpp file may be included everywhere,
|
||||
// this file (cpp_slex_lexer.hpp) should be included only once. This allows
|
||||
|
||||
@@ -782,7 +782,7 @@ lexer::lexertl<
|
||||
//
|
||||
// This function is declared inside the xlex_interface.hpp file, which is
|
||||
// referenced by the source file calling the lexer and the source file, which
|
||||
// instantiates the lex_functor. But is is defined here, so it will be
|
||||
// instantiates the lex_functor. But it is defined here, so it will be
|
||||
// instantiated only while compiling the source file, which instantiates the
|
||||
// lex_functor. While the xlex_interface.hpp file may be included everywhere,
|
||||
// this file (xlex_lexer.hpp) should be included only once. This allows
|
||||
|
||||
@@ -557,7 +557,7 @@ private:
|
||||
//
|
||||
// This function is declared inside the xlex_interface.hpp file, which is
|
||||
// referenced by the source file calling the lexer and the source file, which
|
||||
// instantiates the lex_functor. But is is defined here, so it will be
|
||||
// instantiates the lex_functor. But it is defined here, so it will be
|
||||
// instantiated only while compiling the source file, which instantiates the
|
||||
// lex_functor. While the xlex_interface.hpp file may be included everywhere,
|
||||
// this file (xlex_lexer.hpp) should be included only once. This allows
|
||||
|
||||
@@ -246,7 +246,7 @@ private:
|
||||
//
|
||||
// This function is declared inside the cpp_slex_token.hpp file, which is
|
||||
// referenced by the source file calling the lexer and the source file, which
|
||||
// instantiates the lex_functor. But is is defined here, so it will be
|
||||
// instantiates the lex_functor. But it is defined here, so it will be
|
||||
// instantiated only while compiling the source file, which instantiates the
|
||||
// lex_functor. While the cpp_re2c_token.hpp file may be included everywhere,
|
||||
// this file (cpp_re2c_lexer.hpp) should be included only once. This allows
|
||||
|
||||
Reference in New Issue
Block a user