Merge pull request #191 from boostorg/adapt-adt/return-const

adapt/adt: Don't add/remove const on return type of attributes
This commit is contained in:
Kohei Takahashi
2018-08-09 08:21:49 +09:00
committed by GitHub
2 changed files with 3 additions and 16 deletions

View File

@ -302,7 +302,7 @@ main()
BOOST_MPL_ASSERT((
boost::is_same<
boost::fusion::result_of::back<ns::point const>::type::type,
const int
int
>));
}