Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62568 - in sandbox/SOC/2010/bit_masks: boost/integer boost/integer/details/bft_ext lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-06-08 09:55:20


Author: bbartman
Date: 2010-06-08 09:55:20 EDT (Tue, 08 Jun 2010)
New Revision: 62568
URL: http://svn.boost.org/trac/boost/changeset/62568

Log:
Setting up testing facility and include file structure for bitfield_tuple
Added:
   sandbox/SOC/2010/bit_masks/boost/integer/details/bft_ext/
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 14 ++++++++++++++
   sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_tuple_test.cpp | 10 ++++++++++
   2 files changed, 24 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-08 09:55:20 EDT (Tue, 08 Jun 2010)
@@ -0,0 +1,14 @@
+// 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_HPP
+#define BOOST_BITFIELD_TUPLE_HPP
+
+namespace boost {
+
+} // end boost
+
+#endif

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_tuple_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_tuple_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bitfield_tuple_test.cpp 2010-06-08 09:55:20 EDT (Tue, 08 Jun 2010)
@@ -0,0 +1,10 @@
+// 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)
+
+#include <boost/integer/bitfield_tuple.hpp>
+
+int main() {
+ return 0;
+}


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