Boost C++ Libraries: Ticket #11892: missing inline on complex constructors in cstdfloat_complex_std.hpp https://svn.boost.org/trac10/ticket/11892 <p> The constructors for complex on lines 204-206 in cstdfloat_complex_std.hpp need inline added. Otherwise, there are "multiple definition" errors if cstdfloat.hpp is included in multiple files. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11892 Trac 1.4.3 John Maddock Sun, 10 Jan 2016 11:52:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11892#comment:1 https://svn.boost.org/trac10/ticket/11892#comment:1 <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> Thanks for the report, fixed in <a class="ext-link" href="https://github.com/boostorg/math/commit/8e7660e9093bfe943e980a0fbde6e10a478f2f4a"><span class="icon">​</span>https://github.com/boostorg/math/commit/8e7660e9093bfe943e980a0fbde6e10a478f2f4a</a>. </p> Ticket