Opened 14 years ago
Closed 14 years ago
#2328 closed Bugs (fixed)
Some missing/incorrect workaround guards.
Reported by: | Daniel James | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | config |
Version: | Boost 1.36.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
I noticed some errors with -Wundef, so I had a look for macros that BOOST_WORKAROUND is used for that don't have guards. Patch attached. I left out some library specific macros since they'll be defined after workaround is included and also MSVC
(which is used in boost/parameter/aux_/unwrap_cv_reference.hpp
), which probably should be BOOST_MSVC.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Extra guards for workaround.