$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63947 - sandbox/SOC/2010/bit_masks/boost/integer/detail/bft
From: bbartmanboost_at_[hidden]
Date: 2010-07-13 07:20:37
Author: bbartman
Date: 2010-07-13 07:20:35 EDT (Tue, 13 Jul 2010)
New Revision: 63947
URL: http://svn.boost.org/trac/boost/changeset/63947
Log:
applying patch from vicente which contains a fix for cygwin.
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/arg_parse_impl.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/arg_parse_impl.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/arg_parse_impl.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/detail/bft/arg_parse_impl.hpp 2010-07-13 07:20:35 EDT (Tue, 13 Jul 2010)
@@ -13,6 +13,7 @@
#include <boost/mpl/if.hpp>
#include <boost/mpl/arithmetic.hpp>
#include <boost/mpl/find_if.hpp>
+#include <boost/mpl/placeholders.hpp>
#include <boost/integer/bitfield_tuple/storage.hpp>
@@ -135,7 +136,7 @@
typename mpl::find_if<
FieldVector,
detail::match_name<
- typename mpl::_1,
+ mpl::_1,
NameType
>
>::type,