Remove reference to BOOST_TYPEOF_SILENT as it doesn't exist any more.

[SVN r84845]
This commit is contained in:
John Maddock
2013-06-20 12:13:47 +00:00
parent e7b1851330
commit 554cb99bf1

View File

@@ -25,9 +25,6 @@
//----------------------------------------------------------------------------//
#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