Ignore:
Timestamp:
08/11/13 13:32:41 (12 years ago)
Author:
epyon
Message:
  • clang compilation fixed
  • gcc compilation fixed
  • warning cleanup will follow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/type_traits.hh

    r196 r197  
    1818namespace nv
    1919{
     20
     21        // Just for once, MSVC is the good guy, and everybody else sucks.
     22        // Remove, once requiring standard-compliant CLANG/GCC versions.
    2023#if NV_COMPILER == NV_MSVC
    2124        using std::underlying_type;
Note: See TracChangeset for help on using the changeset viewer.