Boost C++ Libraries: Ticket #7339: boost algorithm hex - hex_char_to_int must be inline https://svn.boost.org/trac10/ticket/7339 <p> boost::algorithm::detail::hex_char_to_int must be inline to avoid linker error (multiply defined symbols) </p> <p> ps tested on visual studio 2008 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7339 Trac 1.4.3 Marshall Clow Mon, 24 Sep 2012 18:01:20 GMT <link>https://svn.boost.org/trac10/ticket/7339#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7339#comment:1</guid> <description> <p> I committed a fix in <a class="changeset" href="https://svn.boost.org/trac10/changeset/80696" title="Put hex_char_to_int in an unnamed namespace to fix linker errors">[80696]</a>, please let me know if it works for you. </p> <p> Note: Inline is "just a hint" to the compiler, there's no guarantee that the function will actually be inlined - so that's not a sufficient fix. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 01 Oct 2012 15:32:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7339#comment:2 https://svn.boost.org/trac10/ticket/7339#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/80808" title="Merge bug fixes to release; Fixes #7339">[80808]</a>) Merge bug fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7339" title="#7339: Bugs: boost algorithm hex - hex_char_to_int must be inline (closed: fixed)">#7339</a> </p> Ticket