$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63857 - sandbox/SOC/2010/bit_masks/lib/integer/test
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 08:48:33
Author: bbartman
Date: 2010-07-11 08:48:32 EDT (Sun, 11 Jul 2010)
New Revision: 63857
URL: http://svn.boost.org/trac/boost/changeset/63857
Log:
working on a fix for MSVC
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/test/test_type_list.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/test_type_list.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/test_type_list.hpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/test_type_list.hpp 2010-07-11 08:48:32 EDT (Sun, 11 Jul 2010)
@@ -52,7 +52,7 @@
typedef boost::mpl::list<
// char16_t,
// char32_t,
-#ifndef BOOST_NO_CWCHAR
+#ifndef BOOST_NO_INTRINSIC_WCHAR_T
wchar_t,
#endif
std::ptrdiff_t,