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: | 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;
Note:
See TracTickets
for help on using tickets.
Duplicate of #8874.