mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 00:32:53 +02:00
adapted proxy types are views now
[SVN r61833]
This commit is contained in:
@ -71,7 +71,7 @@ main()
|
||||
std::cout << tuple_delimiter(", ");
|
||||
|
||||
{
|
||||
BOOST_MPL_ASSERT_NOT((traits::is_view<adapted::point>));
|
||||
BOOST_MPL_ASSERT((traits::is_view<adapted::point>));
|
||||
ns::point basep(123, 456);
|
||||
adapted::point p(basep);
|
||||
|
||||
|
Reference in New Issue
Block a user