Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#4012 closed Patches (fixed)

[PATCH] boost/detail warning cleanup

Reported by: Tatu Kilappa <tatu.kilappa@…> 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)

boost_detail_gcc_warning_cleanup.diff (474 bytes ) - added by Tatu Kilappa <tatu.kilappa@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

by Tatu Kilappa <tatu.kilappa@…>, 13 years ago

comment:1 by anonymous, 13 years ago

Component: Noneconfig
Owner: set to John Maddock

comment:2 by Steven Watanabe, 13 years ago

Resolution: fixed
Status: newclosed

(In [60624]) Add definition of BOOST_MSVC_FULL_VER_WORKAROUND_GUARD. Fixes #4012

comment:3 by Steven Watanabe, 12 years ago

(In [62086]) Merge [60624] from the trunk. Refs #4012

Note: See TracTickets for help on using tickets.