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: | 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 , 15 years ago
Milestone: | Boost 1.34.1 → Boost 1.35.0 |
---|
comment:2 by , 13 years ago
Milestone: | Boost 1.36.0 → To Be Determined |
---|---|
Status: | new → assigned |
comment:3 by , 13 years ago
Severity: | Showstopper → Problem |
---|
Note:
See TracTickets
for help on using tickets.
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.