Opened 9 years ago
#8871 new Bugs
[numeric] GCC 4.8+ warns about unused local typedef
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | numeric |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
As a side effect of running Boost.Math test suite, I found out that GCC warned about several unused typedefs. None of these appear to serve a purpose, so I propose to remove them.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
A fix.