mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-15 05:16:39 +02:00
Define traits::is_view for non fusion types
This commit is contained in:
@ -61,6 +61,7 @@ void run_test()
|
||||
|
||||
{
|
||||
BOOST_MPL_ASSERT_NOT((traits::is_view<Point>));
|
||||
BOOST_STATIC_ASSERT(!traits::is_view<Point>::value);
|
||||
Point p(123, 456);
|
||||
|
||||
std::cout << at_c<0>(p) << std::endl;
|
||||
|
Reference in New Issue
Block a user