Changeset 6394 for code/branches/presentation2/src/libraries/util/Math.h
- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/util/Math.h
r6137 r6394 165 165 template <> inline bool zeroise<bool>() { return 0; } 166 166 template <> inline void* zeroise<void*>() { return 0; } 167 template <> inline std::string zeroise<std::string>() { return ""; }167 template <> inline std::string zeroise<std::string>() { return std::string(); } 168 168 template <> inline orxonox::Radian zeroise<orxonox::Radian>() { return orxonox::Radian(0.0f); } 169 169 template <> inline orxonox::Degree zeroise<orxonox::Degree>() { return orxonox::Degree(0.0f); }
Note: See TracChangeset
for help on using the changeset viewer.