Changeset 81


Ignore:
Timestamp:
06/02/13 09:29:49 (12 years ago)
Author:
melon
Message:

Missing namespace for typeinfo.

Seriously? How come Microsoft compilers pass this |:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/types.hh

    r78 r81  
    179179                std::string      name;      //< name of the field
    180180                std::string      type_name; //< name of the type of the field
    181                 const type_info* type_inf;  //< typeinfo for later retrieval of type
     181                const std::type_info* type_inf;  //< typeinfo for later retrieval of type
    182182                type_entry*      type;      //< pointer to field type
    183183                unsigned int     flags;     //< flags
Note: See TracChangeset for help on using the changeset viewer.