Opened 12 years ago

Closed 12 years ago

#5205 closed Bugs (fixed)

Misspelled type_info

Reported by: p.kuska@… 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'

Change History (1)

comment:1 by John Maddock, 12 years ago

Resolution: fixed
Status: newclosed

(In [69203]) Fix typo. Fixes #5205.

Note: See TracTickets for help on using tickets.