<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 19, 2015 at 7:19 AM, Eric Fiselier <span dir="ltr"><<a href="mailto:eric@efcs.ca" target="_blank">eric@efcs.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">What is the rational for using the _LIBCPP_BOOL_CONSTANT macro?<br><br></blockquote><div><br></div><div>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</div><div><br></div><div>-- Marshall</div><div><br></div></div><br></div></div>