$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63869 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 10:34:00
Author: bbartman
Date: 2010-07-11 10:33:59 EDT (Sun, 11 Jul 2010)
New Revision: 63869
URL: http://svn.boost.org/trac/boost/changeset/63869
Log:
forgot to remove function from my test file which caused errors
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/make_bft_testing.cpp | 2 --
1 files changed, 0 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 10:33:59 EDT (Sun, 11 Jul 2010)
@@ -27,8 +27,6 @@
> test_tuple;
#ifdef BOOST_MSVC
-template <typename BitfieldTuple>
-BitfieldTuple make_bitfield_tuple(...);
#endif