|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62056 - in sandbox/SOC/2010/bit_masks: boost/integer lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-05-17 08:33:03
Author: bbartman
Date: 2010-05-17 08:33:02 EDT (Mon, 17 May 2010)
New Revision: 62056
URL: http://svn.boost.org/trac/boost/changeset/62056
Log:
completed testing on bit_map support functions these will be included in the bit_mask header file
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp | 3 ++-
sandbox/SOC/2010/bit_masks/lib/integer/test/bitwise_operator_test.cpp | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bit_mask.hpp 2010-05-17 08:33:02 EDT (Mon, 17 May 2010)
@@ -13,7 +13,6 @@
#include <boost/integer/bit_width.hpp>
-
namespace boost {
@@ -53,5 +52,7 @@
};
} // namespace boost
+#include <boost/integer/details/bit_mask_function_support.hpp>
#endif
+
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bitwise_operator_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bitwise_operator_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bitwise_operator_test.cpp 2010-05-17 08:33:02 EDT (Mon, 17 May 2010)
@@ -8,7 +8,7 @@
#include "test_type_list.hpp"
#include <boost/integer/high_low_bits.hpp>
#include <boost/integer/bit_mask.hpp>
-#include <boost/integer/details/bit_mask_function_support.hpp>
+// #include <boost/integer/details/bit_mask_function_support.hpp>
// Testing for operator overloads.
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