Changeset 10978 for code/branches/cpp11_v2/src/libraries/util/Math.h
- Timestamp:
- Dec 25, 2015, 11:27:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/Math.h
r10977 r10978 181 181 inline T zeroise() 182 182 { 183 // If you reach this code, you abused zeroise()! 183 184 static_assert(sizeof(T) != sizeof(T), "No template specialization available for T"); 184 185 }
Note: See TracChangeset
for help on using the changeset viewer.