ericniebler / proto-0x

Boost.Proto, rewritten and redesigned for C++11
Boost Software License 1.0
28 stars 1 forks source link

Template alias SFINAE && param pack expansion in function types #3

Closed EricWF closed 10 years ago

EricWF commented 10 years ago

utility::always_void was changed with regard to http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1558

detail::_reduceif and detail::_replaceif were changed as to avoid disagreement about param pack expansion in that context.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57384

EricWF commented 10 years ago

Closing request.