Opened 9 years ago

Closed 9 years ago

#8981 closed Bugs (duplicate)

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

Reported by: lcarreon@… Owned by: Daniel James
Milestone: To Be Determined Component: unordered
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

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

./boost/unordered/detail/unique.hpp:337:54: warning: typedef ‘mapped_type’ locally defined but not used [-Wunused-local-typedefs]

typedef typename value_type::second_type mapped_type;

Change History (1)

comment:1 by Daniel James, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #8874.

Note: See TracTickets for help on using tickets.