mirror of
https://github.com/boostorg/wave.git
synced 2026-02-18 02:32:10 +00:00
Try to fix Intel9.1 error.
[SVN r36942]
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
position_type const &pos, boost::wave::language_support language)
|
||||
: functor_ptr(lex_input_interface_generator<TokenT>
|
||||
::new_lexer(first, last, pos, language))
|
||||
#if 0 != __DECCXX_VER
|
||||
#if 0 != __DECCXX_VER || BOOST_INTEL_CXX_VERSION > 900
|
||||
, eof()
|
||||
#endif // 0 != __DECCXX_VER
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user