]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/src/instantiate_re2c_lexer.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / wave / src / instantiate_re2c_lexer.cpp
index 9019f486eac376307018146e3b3e53b92090bd11..ae9c0251723d696df2fd4373c77652c38384fdcd 100644 (file)
@@ -52,9 +52,9 @@
 
 // if you want to use another iterator type for the underlying input stream
 // a corresponding explicit template instantiation needs to be added below
-template struct boost::wave::cpplexer::new_lexer_gen<
+template struct BOOST_SYMBOL_VISIBLE boost::wave::cpplexer::new_lexer_gen<
     BOOST_WAVE_STRINGTYPE::iterator>;
-template struct boost::wave::cpplexer::new_lexer_gen<
+template struct BOOST_SYMBOL_VISIBLE boost::wave::cpplexer::new_lexer_gen<
     BOOST_WAVE_STRINGTYPE::const_iterator>;
 
 // the suffix header occurs after all of the code