$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] Rewrite and dependency free version
From: John Maddock (boost.regex_at_[hidden])
Date: 2015-01-20 12:43:46
> 1) boost::integral_constant is no longer a model of mpl's
> integral_constant:
> http://www.boost.org/doc/libs/1_57_0/libs/mpl/doc/refmanual/integral-constant.html
>
>
> As a result all of function_types lib is broken. I guess one could
> argue that if you want to do arithmetic on integral_constant's then one
> should use MPL all the way through. But it's a big breaking change.
Never mind, this one is fixed now, function_types tests should all now work.
John.