Change pp-code to fix #5809.

Fixes #5809.

[SVN r84837]
This commit is contained in:
John Maddock
2013-06-19 17:39:35 +00:00
parent c49466d872
commit 75abd7992c

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