forked from boostorg/fusion
Remove usage of deprecated macros
[SVN r81452]
This commit is contained in:
@ -100,7 +100,7 @@ namespace boost { namespace fusion
|
||||
|
||||
namespace boost
|
||||
{
|
||||
#if !defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_NO_DECLTYPE)
|
||||
#if !defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_NO_CXX11_DECLTYPE)
|
||||
template<class F>
|
||||
struct result_of< boost::fusion::unfused<F> const () >
|
||||
{
|
||||
|
Reference in New Issue
Block a user