Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63315 - sandbox/SOC/2010/bit_masks/boost/integer/details/bft
From: bbartmanboost_at_[hidden]
Date: 2010-06-25 14:04:59


Author: bbartman
Date: 2010-06-25 14:04:58 EDT (Fri, 25 Jun 2010)
New Revision: 63315
URL: http://svn.boost.org/trac/boost/changeset/63315

Log:
renaming adding license and include guards
Added:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduce_storage.hpp
      - copied, changed from r63314, /sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduced_storage.hpp
Removed:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduced_storage.hpp
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduce_storage.hpp | 20 ++++++++++++++++++++
   1 files changed, 20 insertions(+), 0 deletions(-)

Copied: sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduce_storage.hpp (from r63314, /sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduced_storage.hpp)
==============================================================================
--- /sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduced_storage.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/bft/deduce_storage.hpp 2010-06-25 14:04:58 EDT (Fri, 25 Jun 2010)
@@ -0,0 +1,20 @@
+// 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)
+
+#ifndef BOOST_BITFIELD_TUPLE_DEDUCED_STORAGE_HPP
+#define BOOST_BITFIELD_TUPLE_DEDUCED_STORAGE_HPP
+
+#include <boost/cstdint.hpp>
+
+namespace boost { namespace details {
+
+/** Meta functions used for deducing the type of storage that should be used if
+ * the user doesn't supply a storage type to a bitfield_tuple.
+ */
+
+
+}} // end boost::details
+
+#endif

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