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)

workaround.patch (2.1 KB ) - added by Daniel James 14 years ago.
Extra guards for workaround.

Download all attachments as: .zip

Change History (2)

by Daniel James, 14 years ago

Attachment: workaround.patch added

Extra guards for workaround.

comment:1 by John Maddock, 14 years ago

Resolution: fixed
Status: newclosed

(In [48795]) Fixes #2328.

Note: See TracTickets for help on using tickets.