merged from trunk

[SVN r31296]
This commit is contained in:
Dave Abrahams
2005-10-11 23:49:24 +00:00
parent 6d91541f36
commit e63eacb6d7

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