Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62300 - in sandbox/SOC/2010/bit_masks: boost/integer lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-05-28 11:32:44


Author: bbartman
Date: 2010-05-28 11:32:44 EDT (Fri, 28 May 2010)
New Revision: 62300
URL: http://svn.boost.org/trac/boost/changeset/62300

Log:
working on creating header file and testing enviornment for compound masks
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/compound_mask.hpp | 10 ++++++++++
   sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 | 1 +
   sandbox/SOC/2010/bit_masks/lib/integer/test/compound_mask_test.cpp | 10 ++++++++++
   3 files changed, 21 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/compound_mask.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/compound_mask.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/compound_mask.hpp 2010-05-28 11:32:44 EDT (Fri, 28 May 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)
+
+
+namespace boost {
+
+
+} // namespace boost

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/Jamfile.v2 2010-05-28 11:32:44 EDT (Fri, 28 May 2010)
@@ -23,5 +23,6 @@
         [ run bitwise_integral_mask_testing.cpp ]
         [ run bitwise_high_bits_testing.cpp ]
         [ run bitwise_low_bits_testing.cpp ]
+ [ run compound_mask_test.cpp ]
     ;
 

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/compound_mask_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/compound_mask_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/compound_mask_test.cpp 2010-05-28 11:32:44 EDT (Fri, 28 May 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/compound_mask.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