mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
GCC 4.0.2 workarounds
[SVN r31295]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user