Boost C++ Libraries: Ticket #10404: Use detect_mismatch to prevent ODR violations https://svn.boost.org/trac10/ticket/10404 <p> As was noted during library review: users will mix compilation flags and get segmentation faults. </p> <p> One of the solutions for that case is to use #pragma detect_mismatch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10404 Trac 1.4.3 Antony Polukhin Sat, 25 Oct 2014 09:43:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10404#comment:1 https://svn.boost.org/trac10/ticket/10404#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> This was fixed by <a class="ext-link" href="https://github.com/boostorg/type_index/commit/242d9a0bedd1ec98300c0d516fda60807c66b2ea"><span class="icon">​</span>this commit</a>. </p> Ticket