mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 00:57:20 +02:00
Change the result_of behaviour with BOOST_RESULT_OF_USE_DECLTYPE
to make consistency between boost::result_of.
This commit is contained in:
@ -238,7 +238,7 @@ main()
|
||||
}
|
||||
|
||||
{
|
||||
#if !defined(BOOST_NO_CXX11_DECLTYPE)
|
||||
#if !defined(BOOST_FUSION_NO_DECLTYPE_BASED_RESULT_OF)
|
||||
{
|
||||
boost::fusion::vector<int, double, long> container{1, 2, 3};
|
||||
functor f;
|
||||
|
Reference in New Issue
Block a user