Boost C++ Libraries: Ticket #8188: boost/type_traits.hpp should define 'conditional' in c++ 2011. https://svn.boost.org/trac10/ticket/8188 <p> From a message posted on the Boost mailing list on February 27. </p> <p> Template boost::conditional is defined by </p> <pre class="wiki">#include "boost/type_traits/conditional.cpp" </pre><p> Indeed, type_traits accepted in TR1 did not included 'conditional'. </p> <p> However, C++2011 adds it, hence it is expected that when compiling in C++2011 mode, the following include </p> <pre class="wiki">#include "boost/type_traits.hpp" </pre><p> would indeed define 'conditional' (by including conditional.hpp for example). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8188 Trac 1.4.3 edupuis Wed, 27 Feb 2013 15:45:58 GMT <link>https://svn.boost.org/trac10/ticket/8188#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8188#comment:1</guid> <description> <p> <a class="ext-link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2240.html"><span class="icon">​</span>N2240</a> also talks of 'enable_if'. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 13 Apr 2013 17:02:47 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8188#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8188#comment:2</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/65575" title="Add conditional trait. Update and regenerate docs. Update ...">[65575]</a> included it in trunk and merged already to release at least in 1.53. What am I missing? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 13 Jun 2013 15:58:50 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8188#comment:3 https://svn.boost.org/trac10/ticket/8188#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> <p> Looks present and correct to me. </p> Ticket