Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84846 - branches/release/boost/type_traits
From: john_at_[hidden]
Date: 2013-06-20 08:14:11


Author: johnmaddock
Date: 2013-06-20 08:14:11 EDT (Thu, 20 Jun 2013)
New Revision: 84846
URL: http://svn.boost.org/trac/boost/changeset/84846

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

Text files modified:
   branches/release/boost/type_traits/common_type.hpp | 3 ---
   1 files changed, 0 insertions(+), 3 deletions(-)

Modified: branches/release/boost/type_traits/common_type.hpp
==============================================================================
--- branches/release/boost/type_traits/common_type.hpp Thu Jun 20 08:13:47 2013 (r84845)
+++ branches/release/boost/type_traits/common_type.hpp 2013-06-20 08:14:11 EDT (Thu, 20 Jun 2013) (r84846)
@@ -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
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk