mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 03:57:36 +02:00
adapted proxy types are views now
[SVN r61833]
This commit is contained in:
@ -48,7 +48,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