Boost C++ Libraries: Ticket #587: [regex] fixes warning on mingw https://svn.boost.org/trac10/ticket/587 <pre class="wiki">[regex] [current cvs] mingw automatically defines NOMINMAX in bits/ os_defines.h to protect some standard headers. Compiler thus emits a warning about redefinition of NOMINMAX in static_mutex.cpp. [solution] Add #undef NOMINMAX before #define NOMINMAX to file libs\regex\src\static_mutex.cpp(27) Other files which define this are: libs\regex\src\regex.cpp(31) libs\regex\src\w32_regex_traits.cpp(27) </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/587 Trac 1.4.3 John Maddock Mon, 20 Mar 2006 10:33:33 GMT status changed https://svn.boost.org/trac10/ticket/587#comment:1 https://svn.boost.org/trac10/ticket/587#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 This will be fixed in cvs shortly. John Maddock </pre> Ticket