Opened 9 years ago

Last modified 9 years ago

#9372 new Bugs

g++ 4.7 -Wshadow warnings need attention

Reported by: Tom Browder <tom.browder@…> Owned by: Aleksey Gurtovoy
Milestone: To Be Determined Component: mpl
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

Following are warnings from g++ 4.7

boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined [-Wundef]

boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined [-Wundef]

boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined [-Wundef]

boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined [-Wundef]

Attachments (1)

hasxxx.diff (768 bytes ) - added by Tom Browder <tom.browder@…> 9 years ago.
patch for the two remaining errors from the original report

Download all attachments as: .zip

Change History (2)

by Tom Browder <tom.browder@…>, 9 years ago

Attachment: hasxxx.diff added

patch for the two remaining errors from the original report

comment:1 by Tom Browder <tom.browder@…>, 9 years ago

Note the subject should be: g++ 4.7 -Wundef warnings need attention

Note: See TracTickets for help on using tickets.