Boost C++ Libraries: Ticket #1008: Undocumented type traits. https://svn.boost.org/trac10/ticket/1008 <p> There seem to be a good number of type traits that are not documented in 1.34.0. I realize that they are documented with TR1, but not having the docs in the Boost release makes it look sloppy. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1008 Trac 1.4.3 René Rivera Tue, 29 May 2007 14:32:34 GMT version changed https://svn.boost.org/trac10/ticket/1008#comment:1 https://svn.boost.org/trac10/ticket/1008#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost.Jam 3.1.14</span> → <span class="trac-field-new">release 1.34.0</span> </li> </ul> Ticket John Maddock Sat, 25 Aug 2007 08:42:21 GMT <link>https://svn.boost.org/trac10/ticket/1008#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1008#comment:2</guid> <description> <p> What traits? All the TR1 traits should be documented in the type_traits docs. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sat, 25 Aug 2007 14:49:57 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1008#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1008#comment:3</guid> <description> <p> Doing a check against the type_traits header synopsis of the TR1 draft and the TOC for the Boost type_traits I see the following missing from the latter: </p> <ul><li><code>is_signed</code> </li><li><code>is_unsigned</code> </li></ul><p> Yet they are implemented :-) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 10 Sep 2007 09:37:29 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1008#comment:4 https://svn.boost.org/trac10/ticket/1008#comment:4 <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> Indeed they are, "decay" was missing as well. </p> <p> Now all documented in SVN trunk. </p> <p> Thanks for the report, let me know if you find anything else. </p> Ticket