Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71385 - sandbox/type_traits/boost/type_traits
From: frederic.bron_at_[hidden]
Date: 2011-04-19 18:05:40


Author: bronf
Date: 2011-04-19 18:05:39 EDT (Tue, 19 Apr 2011)
New Revision: 71385
URL: http://svn.boost.org/trac/boost/changeset/71385

Log:
operator traits: update of can_call.hpp
Text files modified:
   sandbox/type_traits/boost/type_traits/can_call.hpp | 14 +++++++-------
   1 files changed, 7 insertions(+), 7 deletions(-)

Modified: sandbox/type_traits/boost/type_traits/can_call.hpp
==============================================================================
--- sandbox/type_traits/boost/type_traits/can_call.hpp (original)
+++ sandbox/type_traits/boost/type_traits/can_call.hpp 2011-04-19 18:05:39 EDT (Tue, 19 Apr 2011)
@@ -1,4 +1,4 @@
-// (C) Copyright 2009-2011 Frédéric Bron (frederic.bron_at_[hidden])
+// (C) Copyright 2009-2011 Frederic Bron.
 //
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -9,6 +9,7 @@
 #ifndef BOOST_TT_CAN_CALL_HPP_INCLUDED
 #define BOOST_TT_CAN_CALL_HPP_INCLUDED
 
+#include <boost/type_traits/can_call.hpp>
 #include <boost/type_traits/can_call_addition.hpp>
 #include <boost/type_traits/can_call_addition_assignment.hpp>
 #include <boost/type_traits/can_call_and.hpp>
@@ -25,24 +26,23 @@
 #include <boost/type_traits/can_call_equal.hpp>
 #include <boost/type_traits/can_call_greater.hpp>
 #include <boost/type_traits/can_call_greater_equal.hpp>
-#include <boost/type_traits/can_call.hpp>
+#include <boost/type_traits/can_call_left_shift.hpp>
+#include <boost/type_traits/can_call_left_shift_assignment.hpp>
 #include <boost/type_traits/can_call_less.hpp>
 #include <boost/type_traits/can_call_less_equal.hpp>
 #include <boost/type_traits/can_call_modulus.hpp>
 #include <boost/type_traits/can_call_modulus_assignment.hpp>
 #include <boost/type_traits/can_call_multiplication.hpp>
 #include <boost/type_traits/can_call_multiplication_assignment.hpp>
-#include <boost/type_traits/can_call_not_equal.hpp>
 #include <boost/type_traits/can_call_not.hpp>
+#include <boost/type_traits/can_call_not_equal.hpp>
 #include <boost/type_traits/can_call_or.hpp>
 #include <boost/type_traits/can_call_post_decrement.hpp>
 #include <boost/type_traits/can_call_post_increment.hpp>
 #include <boost/type_traits/can_call_pre_decrement.hpp>
 #include <boost/type_traits/can_call_pre_increment.hpp>
-#include <boost/type_traits/can_call_shift_left.hpp>
-#include <boost/type_traits/can_call_shift_left_assignment.hpp>
-#include <boost/type_traits/can_call_shift_right.hpp>
-#include <boost/type_traits/can_call_shift_right_assignment.hpp>
+#include <boost/type_traits/can_call_right_shift.hpp>
+#include <boost/type_traits/can_call_right_shift_assignment.hpp>
 #include <boost/type_traits/can_call_subtraction.hpp>
 #include <boost/type_traits/can_call_subtraction_assignment.hpp>
 #include <boost/type_traits/can_call_unary_minus.hpp>


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