Remove usage of deprecated macros

[SVN r81452]
This commit is contained in:
Marshall Clow
2012-11-21 03:12:31 +00:00
parent cfbbba272e
commit e1819c11b2
19 changed files with 37 additions and 37 deletions

View File

@ -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 () >
{