On Tue, May 19, 2015 at 7:19 AM, Eric Fiselier <[email protected]> wrote:

> What is the rational for using the _LIBCPP_BOOL_CONSTANT macro?
>
>
Because "bool_constant" is a using declaration for
"integral_constant<bool", and we don't get that in C++03.  I don't want to
have different sets of source code for the two - hence wrapping it in a
macro

-- Marshall
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to