Changeset 381 for trunk


Ignore:
Timestamp:
05/29/15 17:41:14 (10 years ago)
Author:
epyon
Message:
  • full opt-in rtti
Location:
trunk/nv/stl
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/string.hh

    r379 r381  
    448448}
    449449
    450 namespace std
    451 {
    452 
    453         template<>
    454         struct hash< nv::string_base >
    455         {
    456                 std::size_t operator()( const nv::string_base& s ) const
    457                 {
    458                         return s.hash();
    459                 }
    460         };
    461 
    462 }
    463 
    464450#endif // NV_CORE_STRING_HH
Note: See TracChangeset for help on using the changeset viewer.