Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63861 - in sandbox/SOC/2010/bit_masks: boost/integer/detail/bft lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 09:07:25


Author: bbartman
Date: 2010-07-11 09:07:25 EDT (Sun, 11 Jul 2010)
New Revision: 63861
URL: http://svn.boost.org/trac/boost/changeset/63861

Log:
still fixing my MSVC error

Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp | 4 ++++
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp | 5 +++++
   2 files changed, 9 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/make_bitfield_tuple.hpp 2010-07-11 09:07:25 EDT (Sun, 11 Jul 2010)
@@ -11,6 +11,7 @@
 
 
 namespace boost { namespace detail {
+
 #ifdef BOOST_MSVC
     
 template <typename T>
@@ -102,6 +103,8 @@
 
 #endif
 
+
+#ifndef BOOST_MSVC
 /** This is a function which is used to assign a value into a bitfield_tuple
  * as well as remove the actual mpl::void_* from the parameter list through
  * specialization.
@@ -170,6 +173,7 @@
     BOOST_MAKE_BITFIELD_TUPLE_CREATE_FUNCTION_PARSE_ARGUMENTS();
     return bft;
 }
+#endif
 
 } // end boost
 

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp 2010-07-11 09:07:25 EDT (Sun, 11 Jul 2010)
@@ -25,7 +25,12 @@
     member<int, salmon, 16>,
     flag<blue>
> test_tuple;
+#ifdef BOOST_MSVC
+
+// template <typename BitfieldTuple>
+// BitfieldTuple
 
+#endif
 
 int main() {
     {


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