Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63228 - sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion
From: bbartmanboost_at_[hidden]
Date: 2010-06-22 09:13:49


Author: bbartman
Date: 2010-06-22 09:13:46 EDT (Tue, 22 Jun 2010)
New Revision: 63228
URL: http://svn.boost.org/trac/boost/changeset/63228

Log:
removing extra header files
Removed:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_impl.hpp
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_key_impl.hpp
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/size_impl.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/size_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/size_impl.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/size_impl.hpp 2010-06-22 09:13:46 EDT (Tue, 22 Jun 2010)
@@ -27,7 +27,7 @@
>::type type;
 
         // non-const at function.
- static type call(BitfieldTuple& bft) {
+ static type call(BitfieldTuple&) {
             return type();
         }
     };

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_impl.hpp 2010-06-22 09:13:46 EDT (Tue, 22 Jun 2010)
+++ (empty file)
@@ -1,6 +0,0 @@
-// Copyright 2010 Brian Bartman.
-// 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)
-
-// can't find documentation for this and can't find a way to include it.

Deleted: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_key_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/bft/ext/fusion/value_at_key_impl.hpp 2010-06-22 09:13:46 EDT (Tue, 22 Jun 2010)
+++ (empty file)
@@ -1,4 +0,0 @@
-// Copyright 2010 Brian Bartman.
-// 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)


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