Boost C++ Libraries: Ticket #492: Adding boost::is_complex to type_traits.hpp https://svn.boost.org/trac10/ticket/492 <pre class="wiki">Following a discussion on boost-users I am adding this to the bug system so it doesn't get lost. Can someone add a boost::is_complex&lt;T&gt; trait so that checks for complex numbers can be made. This is a common requirement in templated scientific code as complex numbers sometimes need to be treated differently. Attached is my implementation, please feel free to incorperate it. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/492 Trac 1.4.3 ejgrace Tue, 14 Nov 2006 11:49:11 GMT <link>https://svn.boost.org/trac10/ticket/492#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/492#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=988665 I was writing some new code and wondered what ever happened to boost::is_complex, http://article.gmane.org/gmane.comp.lib.boost.user/13692 stumbling across a few posts and my original bug report it appears that I did not actually upload my implementation! Sorry I have now attached it. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 10 Sep 2007 09:38:43 GMT</pubDate> <title>status, resolution, description changed; severity set https://svn.boost.org/trac10/ticket/492#comment:2 https://svn.boost.org/trac10/ticket/492#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/492?action=diff&amp;version=2">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> This has now (finally!) been added to SVN trunk. </p> Ticket