Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72676 - sandbox/conversion/boost
From: vicente.botet_at_[hidden]
Date: 2011-06-19 03:56:31


Author: viboes
Date: 2011-06-19 03:56:31 EDT (Sun, 19 Jun 2011)
New Revision: 72676
URL: http://svn.boost.org/trac/boost/changeset/72676

Log:
Conversion: update root header
Text files modified:
   sandbox/conversion/boost/conversion.hpp | 12 ++++++++----
   1 files changed, 8 insertions(+), 4 deletions(-)

Modified: sandbox/conversion/boost/conversion.hpp
==============================================================================
--- sandbox/conversion/boost/conversion.hpp (original)
+++ sandbox/conversion/boost/conversion.hpp 2011-06-19 03:56:31 EDT (Sun, 19 Jun 2011)
@@ -11,9 +11,13 @@
 #ifndef BOOST_CONVERSION__HPP
 #define BOOST_CONVERSION__HPP
 
-#include <boost/conversion/convert_to.hpp>
-#include <boost/conversion/assign_to.hpp>
-#include <boost/conversion/convert_to_via.hpp>
-#include <boost/conversion/ca_wrapper.hpp>
+/*!
+ @file
+ @brief
+Include all the core conversion public header files. Note that you will need to include explicitly the C++ standard or Boost specific files when using specific classes.
+ */
+
+#include <boost/conversion/include.hpp>
+
 #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