Boost C++ Libraries: Ticket #3202: is_same documentation error https://svn.boost.org/trac10/ticket/3202 <p> <a class="missing wiki">TypeTraits</a> is_same documentation shows the following example: </p> <pre class="wiki">is_same&lt;T&gt;::value_type is the type bool. </pre><p> Since is_same expects two arguments, this should be: </p> <pre class="wiki">is_same&lt;T,U&gt;::value_type is the type bool. </pre><p> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3202 Trac 1.4.3 Agustín K-ballo Bergé <kaballo86@…> Mon, 22 Jun 2009 05:36:53 GMT <link>https://svn.boost.org/trac10/ticket/3202#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3202#comment:1</guid> <description> <p> The same happens with is_base_of and is_convertible. is_virtual_base_of gets it right. I think those are the only 'binary' traits. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 22 Jun 2009 12:02:19 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3202#comment:2 https://svn.boost.org/trac10/ticket/3202#comment:2 <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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/54206" title="Update docs. Fixes typos. Fixes #3202.">[54206]</a>) Update docs. Fixes typos. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3202" title="#3202: Bugs: is_same documentation error (closed: fixed)">#3202</a>. </p> Ticket