]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/src/instantiate_re2c_lexer.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / wave / src / instantiate_re2c_lexer.cpp
index 04dd775d6402f9f98517172506630aed04ee2933..9019f486eac376307018146e3b3e53b92090bd11 100644 (file)
 
 ///////////////////////////////////////////////////////////////////////////////
 //
-//  This instantiates the correct 'new_lexer' function, which generates the 
-//  C++ lexer used in this sample. You will have to instantiate the 
+//  This instantiates the correct 'new_lexer' function, which generates the
+//  C++ lexer used in this sample. You will have to instantiate the
 //  new_lexer_gen<> template with the same iterator type, as you have used for
 //  instantiating the boost::wave::context<> object.
 //
 //  This is moved into a separate compilation unit to decouple the compilation
-//  of the C++ lexer from the compilation of the other modules, which helps to 
+//  of the C++ lexer from the compilation of the other modules, which helps to
 //  reduce compilation time.
 //
-//  The template parameter(s) supplied should be identical to the first 
-//  parameter supplied while instantiating the boost::wave::context<> template 
+//  The template parameter(s) supplied should be identical to the first
+//  parameter supplied while instantiating the boost::wave::context<> template
 //  (see the file cpp.cpp).
 //
 ///////////////////////////////////////////////////////////////////////////////