Boost C++ Libraries: Ticket #1215: Boost 1.34.1, mpl: Wrong workaround detection using MinGW32 (or.hpp, line #33)
https://svn.boost.org/trac10/ticket/1215
<p>
#if defined(_MSC_VER) is not the right thing for MinGW because _MSC_VER is defined but the compiler is still from GNUs Compiler Collection. But i am not sure about the MinGW support in general.
</p>
<p>
Regard, Hans.
</p>
en-usBoost C++ Libraries/htdocs/site/boost.png
https://svn.boost.org/trac10/ticket/1215
Trac 1.4.3John MaddockThu, 01 Nov 2007 17:04:32 GMTmilestone changed
https://svn.boost.org/trac10/ticket/1215#comment:1
https://svn.boost.org/trac10/ticket/1215#comment:1
<ul>
<li><strong>milestone</strong>
<span class="trac-field-old">Boost 1.34.1</span> → <span class="trac-field-new">Boost 1.35.0</span>
</li>
</ul>
TicketAleksey GurtovoyMon, 25 Jan 2010 01:15:31 GMTstatus, milestone changed
https://svn.boost.org/trac10/ticket/1215#comment:2
https://svn.boost.org/trac10/ticket/1215#comment:2
<ul>
<li><strong>status</strong>
<span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span>
</li>
<li><strong>milestone</strong>
<span class="trac-field-old">Boost 1.36.0</span> → <span class="trac-field-new">To Be Determined</span>
</li>
</ul>
<p>
I'm assuming the #if directive in question causes some specific problems, but the original report is short on details. Putting this on hold until more details are available.
</p>
TicketAleksey GurtovoyMon, 25 Jan 2010 01:20:08 GMTseverity changed
https://svn.boost.org/trac10/ticket/1215#comment:3
https://svn.boost.org/trac10/ticket/1215#comment:3
<ul>
<li><strong>severity</strong>
<span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span>
</li>
</ul>
Ticket