Opened 9 years ago
#8982 new Bugs
More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | xpressive |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
These are the unused-local-typedef warnings specific to Boost.Xpressive:
./boost/xpressive/regex_algorithms.hpp:306:57: warning: typedef ‘char_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename iterator_value<BidiIter>::type char_type;
./boost/xpressive/detail/dynamic/parser.hpp:331:53: warning: typedef ‘char_type’ locally defined but not used [-Wunused-local-typedefs]
typedef typename iterator_value<BidiIter>::type char_type;
Note:
See TracTickets
for help on using tickets.