2
0
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:
Hartmut Kaiser
2007-02-15 01:18:56 +00:00
parent eaadaaac0f
commit e336237fad

View File

@@ -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
{}