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

[SVN r84846]
This commit is contained in:
John Maddock
2013-06-20 12:14:11 +00:00
parent 75abd7992c
commit 544307225b

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