Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70093 - in sandbox/enums/boost/enums: . containers
From: vicente.botet_at_[hidden]
Date: 2011-03-17 20:00:23


Author: viboes
Date: 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
New Revision: 70093
URL: http://svn.boost.org/trac/boost/changeset/70093

Log:
Enums: most of the files moved to subdirs
Added:
   sandbox/enums/boost/enums/containers/enum_subrange.hpp
      - copied unchanged from r70091, /sandbox/enums/boost/enums/enum_subrange.hpp
Removed:
   sandbox/enums/boost/enums/enum_subrange.hpp
Text files modified:
   sandbox/enums/boost/enums/containers.hpp | 5 +++++
   sandbox/enums/boost/enums/include.hpp | 5 +++++
   sandbox/enums/boost/enums/ordinal.hpp | 6 ++++++
   sandbox/enums/boost/enums/scoped.hpp | 6 ++++++
   4 files changed, 22 insertions(+), 0 deletions(-)

Modified: sandbox/enums/boost/enums/containers.hpp
==============================================================================
--- sandbox/enums/boost/enums/containers.hpp (original)
+++ sandbox/enums/boost/enums/containers.hpp 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
@@ -9,6 +9,11 @@
 // See http://www.boost.org/libs/enums for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
+/*!
+ \file
+ \brief
+ Include all the enum eontainers.
+ */
 
 #ifndef BOOST_ENUMS_CONTAINERS_HPP
 #define BOOST_ENUMS_CONTAINERS_HPP

Deleted: sandbox/enums/boost/enums/enum_subrange.hpp
==============================================================================
--- sandbox/enums/boost/enums/enum_subrange.hpp 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
+++ (empty file)
@@ -1,38 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-//
-// (C) Copyright Vicente J. Botet Escriba 2011.
-// 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/enums for documentation.
-//
-//////////////////////////////////////////////////////////////////////////////
-
-#ifndef BOOST_ENUMS_ENUM_SUBRANGE_HPP
-#define BOOST_ENUMS_ENUM_SUBRANGE_HPP
-
-#include <boost/enums/ordinal/pos.hpp>
-#include <boost/enums/ordinal/first.hpp>
-#include <boost/enums/ordinal/last.hpp>
-#include <boost/enums/scoped/scoping_type.hpp>
-
-namespace boost {
- namespace enums {
- template <
- typename EC_type,
- EC_type First=enums::meta::first<typename scoping_type<EC_type>::type >::value,
- EC_type Last=enums::meta::last<typename scoping_type<EC_type>::type >::value
- >
- struct enum_subrange
- {
- typedef typename scoping_type<EC_type>::type EC;
- static const std::size_t first_index = enums::meta::pos<EC,First>::value;
- static const std::size_t last_index = enums::meta::pos<EC,Last>::value;
-
- };
- }
-}
-
-#endif // BOOST_ENUMS_ENUM_SUBRANGE_HPP

Modified: sandbox/enums/boost/enums/include.hpp
==============================================================================
--- sandbox/enums/boost/enums/include.hpp (original)
+++ sandbox/enums/boost/enums/include.hpp 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
@@ -9,6 +9,11 @@
 // See http://www.boost.org/libs/enums for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
+/*!
+ \file
+ \brief
+ Include all the files of Boost.Enums.
+ */
 
 #ifndef BOOST_ENUMS_INCLUDE_HPP
 #define BOOST_ENUMS_INCLUDE_HPP

Modified: sandbox/enums/boost/enums/ordinal.hpp
==============================================================================
--- sandbox/enums/boost/enums/ordinal.hpp (original)
+++ sandbox/enums/boost/enums/ordinal.hpp 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
@@ -10,6 +10,12 @@
 //
 //////////////////////////////////////////////////////////////////////////////
 
+/*!
+ \file
+ \brief
+ Include all the files of the Ordinal Enum Framework.
+ */
+
 #ifndef BOOST_ENUMS_ORDINAL_HPP
 #define BOOST_ENUMS_ORDINAL_HPP
 

Modified: sandbox/enums/boost/enums/scoped.hpp
==============================================================================
--- sandbox/enums/boost/enums/scoped.hpp (original)
+++ sandbox/enums/boost/enums/scoped.hpp 2011-03-17 20:00:22 EDT (Thu, 17 Mar 2011)
@@ -9,6 +9,12 @@
 // See http://www.boost.org/libs/enums for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
+/*!
+ \file
+ \brief
+ Include all the files of the Scoped Enum Framework.
+ */
+
 
 #ifndef BOOST_ENUMS_SCOPED_HPP
 #define BOOST_ENUMS_SCOPED_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