Opened 14 years ago
Closed 14 years ago
#2940 closed Bugs (fixed)
Warning in exception/diagnostic_information.hpp
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
TDM-MinGW 4.3.2 gives the following warning since r52225.
C:\Users\Brian\Developer\src\boost/boost/exception/diagnostic_information.hpp:26 : warning: 'typedef' was ignored in this declaration C:\Users\Brian\Developer\src\boost/boost/exception/diagnostic_information.hpp:37 : warning: 'typedef' was ignored in this declaration
GCC seems to think the typedef is unneeded. So do I, frankly, but I am not well versed enough in the standard...
Note:
See TracTickets
for help on using tickets.
Good catch, thanks. Fixed in revision 52355.