Opened 5 years ago
Closed 4 years ago
#13260 closed Bugs (fixed)
gcc 4.9.4 rejected by compiler config, if BOOST_ASSERT_CONFIG is defined
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.65.0 | Severity: | Problem |
Keywords: | gcc | Cc: |
Description
If BOOST_ASSERT_CONFIG is defined, Boost 1.65.1 cannot be compiled with gcc 4.9.4, even though that gcc version is listed unter 'Compilers Tested'.
boost/config/compiler/gcc.hpp, line 342 (as of boost 1.65.1) explicitly checks for 4.9.0, which it probably shouldn't.
Note:
See TracTickets
for help on using tickets.
This has been updated already.