Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68411 - in sandbox/conversion/boost/conversion: . boost std
From: vicente.botet_at_[hidden]
Date: 2011-01-24 07:13:20


Author: viboes
Date: 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
New Revision: 68411
URL: http://svn.boost.org/trac/boost/changeset/68411

Log:
Boost.Conversion: Cleanup + added include.hpp file

Added:
   sandbox/conversion/boost/conversion/include.hpp (contents, props changed)
Text files modified:
   sandbox/conversion/boost/conversion/assign_to.hpp | 4 ++--
   sandbox/conversion/boost/conversion/boost/array.hpp | 4 ++--
   sandbox/conversion/boost/conversion/boost/chrono_duration_to_posix_time_duration.hpp | 4 ++--
   sandbox/conversion/boost/conversion/boost/chrono_posix_time.hpp | 4 ++--
   sandbox/conversion/boost/conversion/boost/chrono_time_point_to_posix_time_ptime.hpp | 6 +++---
   sandbox/conversion/boost/conversion/boost/interval.hpp | 4 ++--
   sandbox/conversion/boost/conversion/boost/optional.hpp | 6 +++---
   sandbox/conversion/boost/conversion/boost/tuple.hpp | 4 ++--
   sandbox/conversion/boost/conversion/ca_wrapper.hpp | 4 ++--
   sandbox/conversion/boost/conversion/convert_to.hpp | 4 ++--
   sandbox/conversion/boost/conversion/convert_to_via.hpp | 4 ++--
   sandbox/conversion/boost/conversion/pack.hpp | 4 ++--
   sandbox/conversion/boost/conversion/std/complex.hpp | 4 ++--
   sandbox/conversion/boost/conversion/std/pair.hpp | 6 +++---
   sandbox/conversion/boost/conversion/std/string.hpp | 4 ++--
   sandbox/conversion/boost/conversion/std/vector.hpp | 6 +++---
   16 files changed, 36 insertions(+), 36 deletions(-)

Modified: sandbox/conversion/boost/conversion/assign_to.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/assign_to.hpp (original)
+++ sandbox/conversion/boost/conversion/assign_to.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERSION_ASSIGN_TO__HPP
-#define BOOST_CONVERSION_ASSIGN_TO__HPP
+#ifndef BOOST_CONVERSION_ASSIGN_TO_HPP
+#define BOOST_CONVERSION_ASSIGN_TO_HPP
 
 #include <cstddef> //for std::size_t
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/boost/array.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/array.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/array.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_ARRAY__HPP
-#define BOOST_CONVERT_TO_ARRAY__HPP
+#ifndef BOOST_CONVERT_TO_ARRAY_HPP
+#define BOOST_CONVERT_TO_ARRAY_HPP
 
 #include <boost/array.hpp>
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/boost/chrono_duration_to_posix_time_duration.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/chrono_duration_to_posix_time_duration.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/chrono_duration_to_posix_time_duration.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_CHRONO_DURATION_TO_POSIX_TIME_DURATION__HPP
-#define BOOST_CONVERT_TO_CHRONO_DURATION_TO_POSIX_TIME_DURATION__HPP
+#ifndef BOOST_CONVERT_TO_CHRONO_DURATION_TO_POSIX_TIME_DURATION_HPP
+#define BOOST_CONVERT_TO_CHRONO_DURATION_TO_POSIX_TIME_DURATION_HPP
 
 #include <boost/chrono/chrono.hpp>
 #include <boost/date_time/posix_time/posix_time_types.hpp>

Modified: sandbox/conversion/boost/conversion/boost/chrono_posix_time.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/chrono_posix_time.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/chrono_posix_time.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_CHRONO_POSIX_TIME__HPP
-#define BOOST_CONVERT_TO_CHRONO_POSIX_TIME__HPP
+#ifndef BOOST_CONVERT_TO_CHRONO_POSIX_TIME_HPP
+#define BOOST_CONVERT_TO_CHRONO_POSIX_TIME_HPP
 
 #include <boost/conversion/boost/chrono_time_point_to_posix_time_ptime.hpp>
 #include <boost/conversion/boost/chrono_duration_to_posix_time_duration.hpp>

Modified: sandbox/conversion/boost/conversion/boost/chrono_time_point_to_posix_time_ptime.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/chrono_time_point_to_posix_time_ptime.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/chrono_time_point_to_posix_time_ptime.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,9 +8,9 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-//[CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME__HPP
-#ifndef BOOST_CONVERT_TO_CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME__HPP
-#define BOOST_CONVERT_TO_CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME__HPP
+//[CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME_HPP
+#ifndef BOOST_CONVERT_TO_CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME_HPP
+#define BOOST_CONVERT_TO_CHRONO_TIME_POINT_TO_POSIX_TIME_PTIME_HPP
 
 #include <boost/chrono/chrono.hpp>
 #include <boost/date_time/posix_time/posix_time_types.hpp>

Modified: sandbox/conversion/boost/conversion/boost/interval.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/interval.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/interval.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_INTERVAL__HPP
-#define BOOST_CONVERT_TO_INTERVAL__HPP
+#ifndef BOOST_CONVERT_TO_INTERVAL_HPP
+#define BOOST_CONVERT_TO_INTERVAL_HPP
 
 #include <boost/numeric/interval.hpp>
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/boost/optional.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/optional.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/optional.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,9 +8,9 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-//[OPTIONAL__HPP
-#ifndef BOOST_CONVERT_TO_OPTIONAL__HPP
-#define BOOST_CONVERT_TO_OPTIONAL__HPP
+//[OPTIONAL_HPP
+#ifndef BOOST_CONVERT_TO_OPTIONAL_HPP
+#define BOOST_CONVERT_TO_OPTIONAL_HPP
 
 #include <boost/optional.hpp>
 #include <boost/none.hpp>

Modified: sandbox/conversion/boost/conversion/boost/tuple.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/boost/tuple.hpp (original)
+++ sandbox/conversion/boost/conversion/boost/tuple.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_PAIR__HPP
-#define BOOST_CONVERT_TO_PAIR__HPP
+#ifndef BOOST_CONVERT_TO_TUPLE_HPP
+#define BOOST_CONVERT_TO_TUPLE_HPP
 
 #include <boost/fusion/tuple.hpp>
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/ca_wrapper.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/ca_wrapper.hpp (original)
+++ sandbox/conversion/boost/conversion/ca_wrapper.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CA_WRAPPER__HPP
-#define BOOST_CA_WRAPPER__HPP
+#ifndef BOOST_CA_WRAPPER_HPP
+#define BOOST_CA_WRAPPER_HPP
 
 #include <boost/conversion/convert_to.hpp>
 #include <boost/conversion/assign_to.hpp>

Modified: sandbox/conversion/boost/conversion/convert_to.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/convert_to.hpp (original)
+++ sandbox/conversion/boost/conversion/convert_to.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO__HPP
-#define BOOST_CONVERT_TO__HPP
+#ifndef BOOST_CONVERT_TO_HPP
+#define BOOST_CONVERT_TO_HPP
 
 #include <cstddef> //for std::size_t
 

Modified: sandbox/conversion/boost/conversion/convert_to_via.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/convert_to_via.hpp (original)
+++ sandbox/conversion/boost/conversion/convert_to_via.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_VIA__HPP
-#define BOOST_CONVERT_TO_VIA__HPP
+#ifndef BOOST_CONVERT_TO_VIA_HPP
+#define BOOST_CONVERT_TO_VIA_HPP
 
 #include <boost/conversion/convert_to.hpp>
 

Added: sandbox/conversion/boost/conversion/include.hpp
==============================================================================
--- (empty file)
+++ sandbox/conversion/boost/conversion/include.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2009. Distributed under the Boost
+// Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/conversion for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_CONVERSION_INCLUDE_HPP
+#define BOOST_CONVERSION_INCLUDE_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>
+#include <boost/conversion/pack.hpp>
+#endif
+

Modified: sandbox/conversion/boost/conversion/pack.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/pack.hpp (original)
+++ sandbox/conversion/boost/conversion/pack.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERSION_PACK__HPP
-#define BOOST_CONVERSION_PACK__HPP
+#ifndef BOOST_CONVERSION_PACK_HPP
+#define BOOST_CONVERSION_PACK_HPP
 
 #include <boost/ref.hpp>
 #include <boost/fusion/adapted/std_pair.hpp>

Modified: sandbox/conversion/boost/conversion/std/complex.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/std/complex.hpp (original)
+++ sandbox/conversion/boost/conversion/std/complex.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_COMPLEX__HPP
-#define BOOST_CONVERT_TO_COMPLEX__HPP
+#ifndef BOOST_CONVERT_TO_COMPLEX_HPP
+#define BOOST_CONVERT_TO_COMPLEX_HPP
 
 #include <complex>
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/std/pair.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/std/pair.hpp (original)
+++ sandbox/conversion/boost/conversion/std/pair.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,9 +8,9 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-//[PAIR__HPP
-#ifndef BOOST_CONVERT_TO_PAIR__HPP
-#define BOOST_CONVERT_TO_PAIR__HPP
+//[PAIR_HPP
+#ifndef BOOST_CONVERT_TO_PAIR_HPP
+#define BOOST_CONVERT_TO_PAIR_HPP
 
 #include <utility>
 //#include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/std/string.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/std/string.hpp (original)
+++ sandbox/conversion/boost/conversion/std/string.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,8 +8,8 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-#ifndef BOOST_CONVERT_TO_PAIR__HPP
-#define BOOST_CONVERT_TO_PAIR__HPP
+#ifndef BOOST_CONVERT_TO_PAIR_HPP
+#define BOOST_CONVERT_TO_PAIR_HPP
 
 #include <string>
 #include <boost/conversion/convert_to.hpp>

Modified: sandbox/conversion/boost/conversion/std/vector.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/std/vector.hpp (original)
+++ sandbox/conversion/boost/conversion/std/vector.hpp 2011-01-24 07:13:17 EST (Mon, 24 Jan 2011)
@@ -8,9 +8,9 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
-//[VECTOR__HPP
-#ifndef BOOST_CONVERT_TO_PAIR__HPP
-#define BOOST_CONVERT_TO_PAIR__HPP
+//[VECTOR_HPP
+#ifndef BOOST_CONVERT_TO_PAIR_HPP
+#define BOOST_CONVERT_TO_PAIR_HPP
 
 #include <vector>
 #include <boost/conversion/convert_to.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