Opened 15 years ago

Last modified 13 years ago

#1215 assigned Bugs

Boost 1.34.1, mpl: Wrong workaround detection using MinGW32 (or.hpp, line #33)

Reported by: hfp@… Owned by: Aleksey Gurtovoy
Milestone: To Be Determined Component: mpl
Version: Boost 1.34.1 Severity: Problem
Keywords: MinGW mpl tool detection Cc:

Description

#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.

Regard, Hans.

Change History (3)

comment:1 by John Maddock, 15 years ago

Milestone: Boost 1.34.1Boost 1.35.0

comment:2 by Aleksey Gurtovoy, 13 years ago

Milestone: Boost 1.36.0To Be Determined
Status: newassigned

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.

comment:3 by Aleksey Gurtovoy, 13 years ago

Severity: ShowstopperProblem
Note: See TracTickets for help on using tickets.