Opened 12 years ago

Closed 12 years ago

#4835 closed Bugs (invalid)

MinGW-32/gcc-4.x doesn't define__MINGW32_MAJOR_VERSION or __MINGW32_MINOR_VERSION

Reported by: Jim Bell <jim@…> Owned by: Robert Ramey
Milestone: Boost 1.45.0 Component: serialization
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc: jim@…

Description

archive/iterators/mb_from_wchar.hpp uses macros __MINGW32_MAJOR_VERSION and __MINGW32_MINOR_VERSION, but more recent MinGW releases don't define these. Instead they use __GNUC__ and __GNUC_MINOR__.

See also Ticket # 4834, which has the full default-macro set attached.

Change History (1)

comment:1 by Jim Bell <jim@…>, 12 years ago

Resolution: invalid
Status: newclosed

My apologies. I misinterpreted these macros. See Ticket # 4834.

Note: See TracTickets for help on using tickets.