GCC 4.0.2 workarounds

[SVN r31295]
This commit is contained in:
Dave Abrahams
2005-10-11 23:43:44 +00:00
parent ae10a3b706
commit 1c3e6c5b65

View File

@ -33,7 +33,7 @@ namespace detail
template <class U>
not_an_lvalue lvalue_preserver(U const&, ...);
# define BOOST_LVALUE_PRESERVER(expr) lvalue_preserver(expr,0)
# define BOOST_LVALUE_PRESERVER(expr) detail::lvalue_preserver(expr,0)
#else