mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-27 19:02:15 +00:00
Compare commits
3 Commits
boost-1.33
...
boost-1.33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ca675c17f | ||
|
|
e63eacb6d7 | ||
|
|
6d91541f36 |
@@ -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
|
||||
|
||||
|
||||
@@ -161,6 +161,10 @@ non_pointer_test<std::ostream_iterator<int>,int,
|
||||
non_pointer_test<std::ostream_iterator<int>,
|
||||
int, void, int*, int&, std::output_iterator_tag>
|
||||
ostream_iterator_test;
|
||||
#elif BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(70190006))
|
||||
non_pointer_test<std::ostream_iterator<int>,
|
||||
int, long, int*, int&, std::output_iterator_tag>
|
||||
ostream_iterator_test;
|
||||
#else
|
||||
non_pointer_test<std::ostream_iterator<int>,
|
||||
void, void, void, void, std::output_iterator_tag>
|
||||
|
||||
Reference in New Issue
Block a user