Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63288 - sandbox/SOC/2010/bit_masks/boost/integer/details
From: bbartmanboost_at_[hidden]
Date: 2010-06-24 12:29:02


Author: bbartman
Date: 2010-06-24 12:29:01 EDT (Thu, 24 Jun 2010)
New Revision: 63288
URL: http://svn.boost.org/trac/boost/changeset/63288

Log:
cleaning up my repository by removing old files
Removed:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_function_support.hpp
   sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_impl.hpp
   sandbox/SOC/2010/bit_masks/boost/integer/details/high_mask_support_functions.hpp
   sandbox/SOC/2010/bit_masks/boost/integer/details/integral_mask_support_functions.hpp
   sandbox/SOC/2010/bit_masks/boost/integer/details/low_mask_support_functions.hpp

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_function_support.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_function_support.hpp 2010-06-24 12:29:01 EDT (Thu, 24 Jun 2010)
+++ (empty file)
@@ -1,20 +0,0 @@
-// (C) Copyright Brian Bartman 2010.
-// 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 for updates, documentation, and revision history.
-
-#ifndef BOOST_BIT_MASK_FREE_FUNCTION_SUPPORT_HPP
-#define BOOST_BIT_MASK_FREE_FUNCTION_SUPPORT_HPP
-#include <boost/utility/enable_if.hpp>
-
-
-namespace boost {
-
-// Contains overloads for all of the bit wise operators which apply to bit_masks
-// and applications there of.
-
-
-} // end of boost namespace.
-
-#endif

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bit_mask_impl.hpp 2010-06-24 12:29:01 EDT (Thu, 24 Jun 2010)
+++ (empty file)
@@ -1,15 +0,0 @@
-// (C) Copyright Brian Bartman 2010.
-// 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 for updates, documentation, and revision history.
-
-#ifndef BOOST_BIT_MASK_IMPL_HPP
-#define BOOST_BIT_MASK_IMPL_HPP
-
-namespace boost { namespace details {
-
-} // end of details namespace.
-} // end of boost namespace.
-
-#endif

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/high_mask_support_functions.hpp
==============================================================================

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/integral_mask_support_functions.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/integral_mask_support_functions.hpp 2010-06-24 12:29:01 EDT (Thu, 24 Jun 2010)
+++ (empty file)
@@ -1,21 +0,0 @@
-// (C) Copyright Brian Bartman 2010.
-// 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 for updates, documentation, and revision history.
-
-#ifndef BOOST_BIT_MASK_FREE_FUNCTION_SUPPORT_HPP
-#define BOOST_BIT_MASK_FREE_FUNCTION_SUPPORT_HPP
-
-
-
-namespace boost {
-
-// Contains overloads for all of the bit wise operators which apply to bit_masks
-// and applications there of.
-
-
-
-} // end of boost namespace.
-
-#endif

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/low_mask_support_functions.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