Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63862 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 09:08:53


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

Log:
started working on a funciton to fix the make_bitfield_tuple funciton inside of windows
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

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:08:52 EDT (Sun, 11 Jul 2010)
@@ -27,8 +27,8 @@
> test_tuple;
 #ifdef BOOST_MSVC
 
-// template <typename BitfieldTuple>
-// BitfieldTuple
+template <typename BitfieldTuple>
+BitfieldTuple make_bitfield_tuple(...);
 
 #endif
 


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