Opened 12 years ago
Closed 12 years ago
#5205 closed Bugs (fixed)
Misspelled type_info
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
file: boost/config/suffix.hpp lines: 594-597
I tried to compile my application without exceptions (MSVC8), but I get an error that 'typeinfo' is not defined. The problem is that the class name is 'type_info', and not 'typeinfo'
Note:
See TracTickets
for help on using tickets.
(In [69203]) Fix typo. Fixes #5205.