From 554cb99bf1185d692769bd86832522bdf1422d66 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 20 Jun 2013 12:13:47 +0000 Subject: [PATCH] Remove reference to BOOST_TYPEOF_SILENT as it doesn't exist any more. [SVN r84845] --- include/boost/type_traits/common_type.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/type_traits/common_type.hpp b/include/boost/type_traits/common_type.hpp index 2d53c25..f057770 100644 --- a/include/boost/type_traits/common_type.hpp +++ b/include/boost/type_traits/common_type.hpp @@ -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 wonders never cease! #endif