Changeset 1064 for code/trunk/src/util/MultiTypeMath.h
- Timestamp:
- Apr 14, 2008, 9:39:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/MultiTypeMath.h
r1056 r1064 35 35 #include "MultiTypeString.h" 36 36 #include "Math.h" 37 38 // disable annoying warning about multiple assignment operators 39 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC 40 #pragma warning(push) 41 #pragma warning(disable:4522) 42 #endif 37 43 38 44 class _UtilExport MultiTypeMath : public MultiTypeString … … 160 166 _UtilExport std::ostream& operator<<(std::ostream& out, MultiTypeMath& mtm); 161 167 168 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC 169 #pragma warning(pop) 170 #endif 171 162 172 #endif /* _MultiTypeMath_H__ */
Note: See TracChangeset
for help on using the changeset viewer.