Changeset 121 for trunk/nv/common.hh
- Timestamp:
- 06/15/13 17:47:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/common.hh
r120 r121 128 128 } 129 129 130 // MSVC and GCC is too stupid to notice fully covered enums, clang 131 // is picky about it 132 #if NV_COMPILER == NV_CLANG 133 #define NV_RETURN_COVERED_DEFAULT( value ) 134 #else 135 #define NV_RETURN_COVERED_DEFAULT( value ) default : return value 136 #endif 137 138 130 139 namespace nv 131 140 {
Note: See TracChangeset
for help on using the changeset viewer.