Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73152 - sandbox/conversion/boost/conversion/type_traits
From: vicente.botet_at_[hidden]
Date: 2011-07-16 12:02:26


Author: viboes
Date: 2011-07-16 12:02:26 EDT (Sat, 16 Jul 2011)
New Revision: 73152
URL: http://svn.boost.org/trac/boost/changeset/73152

Log:
conversion: fix declaration of imp0
Text files modified:
   sandbox/conversion/boost/conversion/type_traits/is_constructible.hpp | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: sandbox/conversion/boost/conversion/type_traits/is_constructible.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/type_traits/is_constructible.hpp (original)
+++ sandbox/conversion/boost/conversion/type_traits/is_constructible.hpp 2011-07-16 12:02:26 EDT (Sat, 16 Jul 2011)
@@ -230,7 +230,9 @@
         static const bool value = sizeof(test<T>(0)) == sizeof(type_traits_detail_is_constructible::yes_type);
         typedef boost::integral_constant<bool,value> type;
     };
-
+#else
+ template<bool, class T>
+ struct imp0 : public false_type {};
 #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