On 1/20/2015 12:43 PM, John Maddock wrote:
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-constan...
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.
The function_types test look good with gcc, clang, and msvc on Windows.
I am seeing this with type_traits Version2 compiling gcc or clang on
Windows :
// test_has_data_compile.cpp ( reduced from TTI test to show problem )
#include