|
Boost-Commit : |
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-16 18:56:15
Author: hkaiser
Date: 2008-04-16 18:56:15 EDT (Wed, 16 Apr 2008)
New Revision: 44477
URL: http://svn.boost.org/trac/boost/changeset/44477
Log:
Wave: fixed a newly introduced compilation error specific to certain platforms.
Text files modified:
trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp (original)
+++ trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp 2008-04-16 18:56:15 EDT (Wed, 16 Apr 2008)
@@ -58,7 +58,7 @@
public:
lex_iterator_functor_shim()
#if 0 != __DECCXX_VER || BOOST_INTEL_CXX_VERSION > 900 || defined(__PGI)
- , eof()
+ : eof()
#endif
{}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk