]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/src/instantiate_re2c_lexer_str.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / wave / src / instantiate_re2c_lexer_str.cpp
index 9c9014bc9eb8c6683b7f0498e2f59d7aa9829311..542103cd31403e783098b29f0e04c3021f777a3d 100644 (file)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Boost.Wave: A Standard compliant C++ preprocessor library
     Explicit instantiation of the lex_functor generation function
-    
+
     http://www.boost.org/
 
     Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
 //
 //  If you've used another iterator type as std::string::iterator, you have to
 //  instantiate the new_lexer_gen<> template for this iterator type too.
-//  The reason is, that the library internally uses the new_lexer_gen<> 
-//  template with a std::string::iterator. (You just have to undefine the 
+//  The reason is, that the library internally uses the new_lexer_gen<>
+//  template with a std::string::iterator. (You just have to undefine the
 //  following line.)
 //
 //  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).
 //
 ///////////////////////////////////////////////////////////////////////////////