]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/samples/real_positions/instantiate_re2c_lexer.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / wave / samples / real_positions / instantiate_re2c_lexer.cpp
index f1de6b1b99ef0758597e488890637c9f21245c9a..938d40e2053cc4c8d0fce0866a93f601f74c3dbd 100644 (file)
 ///////////////////////////////////////////////////////////////////////////////
 
 template struct boost::wave::cpplexer::new_lexer_gen<
-    BOOST_WAVE_STRINGTYPE::iterator, boost::wave::util::file_position_type,
+    std::string::iterator, boost::wave::util::file_position_type,
     lex_token<boost::wave::util::file_position_type> >;
 template struct boost::wave::cpplexer::new_lexer_gen<
-    BOOST_WAVE_STRINGTYPE::const_iterator, boost::wave::util::file_position_type,
+    std::string::const_iterator, boost::wave::util::file_position_type,
     lex_token<boost::wave::util::file_position_type> >;
 
 // the suffix header occurs after all of the code