#4012 closed Patches (fixed)
[PATCH] boost/detail warning cleanup
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | config |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | workaround warning | Cc: |
Description
BOOST_MSVC_WORKAROUND_GUARD is defined, but BOOST_MSV_FULL_VER_WORKAROUND_GUARD is not. This causes several annoying warnings when compiling.
Attached patch fixes issue.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | boost_detail_gcc_warning_cleanup.diff added |
---|
comment:1 by , 13 years ago
Component: | None → config |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [60624]) Add definition of BOOST_MSVC_FULL_VER_WORKAROUND_GUARD. Fixes #4012