Opened 9 years ago

Closed 5 years ago

#8983 closed Bugs (fixed)

More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1

Reported by: lcarreon@… Owned by: Artyom Beilis
Milestone: To Be Determined Component: locale
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

These are the unused-local-typedef warnings specific to Boost.Locale:

./boost/locale/boundary/segment.hpp:30:35: warning: typedef ‘right_iterator’ locally defined but not used [-Wunused-local-typedefs]

typedef RightIterator right_iterator;

Change History (1)

comment:1 by Artyom Beilis, 5 years ago

Resolution: fixed
Status: newclosed

Already fixed

Note: See TracTickets for help on using tickets.