[SVN r84836]
This commit is contained in:
John Maddock
2013-06-19 17:37:17 +00:00
parent 03648e3664
commit e7b1851330

View File

@ -24,8 +24,10 @@
#endif
//----------------------------------------------------------------------------//
#if defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_COMMON_TYPE_DONT_USE_TYPEOF) && !defined(BOOST_TYPEOF_SILENT)
#define BOOST_TYPEOF_SILENT
#if defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_COMMON_TYPE_DONT_USE_TYPEOF)
# ifndef BOOST_TYPEOF_SILENT
# define BOOST_TYPEOF_SILENT
# endif
#include <boost/typeof/typeof.hpp> // boost wonders never cease!
#endif