Opened 6 years ago
Closed 6 years ago
#12250 closed Tasks (fixed)
Drop ancient compilers without SFINAE and simplify boost::variant
Reported by: | Antony Polukhin | Owned by: | Antony Polukhin |
---|---|---|---|
Milestone: | Boost 1.62.0 | Component: | variant |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Those compilers are MWERKS <= 0x3201. Have not seen those compilers for 5 years in regression testings, chances that boost::variant still works on them are close to 0.
Dropping those compilers will allow to refactor boost::variant, simplify code and make it closer to proposed std::variant without affecting existing code.
Change History (2)
comment:1 by , 6 years ago
Status: | new → assigned |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Some fixes are in 397c2f14 develop. More cleanups may be required.