mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 07:12:12 +02:00
lvalue access::struct_member was wrongly set to be adt_attribute_proxy<> instead of adt_attribute_proxy<>::type. Shame on me.
This commit is contained in:
@ -146,6 +146,7 @@ main()
|
||||
|
||||
BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_key<ns::point, ns::x_member>::type, int>));
|
||||
BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_key<ns::point, ns::y_member>::type, int>));
|
||||
BOOST_MPL_ASSERT((boost::is_same<boost::fusion::result_of::value_at_key<ns::point, ns::z_member>::type, int>));
|
||||
|
||||
ns::point p(5, 3, 1);
|
||||
|
||||
|
Reference in New Issue
Block a user