Opened 9 years ago
Closed 9 years ago
#8872 closed Bugs (worksforme)
[multiprecision] GCC 4.8+ warns about unused local typedef
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | multiprecision |
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 in Boost.Multiprecision. None of these appear to serve a purpose, so I propose to remove them.
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | boost-1.54.0-multiprecision-unused_typedef.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I believe I've fixed all these already in SVN Trunk.
Note:
See TracTickets
for help on using tickets.
A fix.