Opened 9 years ago
Closed 9 years ago
#8986 closed Bugs (fixed)
More -Wunused-local-typedef warnings when building Boost 1.54.0 with gcc 4.8.1
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
These are the unused-local-typedef warnings specific to Boost.Graph:
./boost/graph/breadth_first_search.hpp:67:47: warning: typedef ‘Edge’ locally defined but not used [-Wunused-local-typedefs]
typedef typename GTraits::edge_descriptor Edge;
Note:
See TracTickets
for help on using tickets.
(In [85323]) Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986