Changeset 1382
- Timestamp:
- May 13, 2012, 11:38:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/math/real.h
r1381 r1382 277 277 template<> void real::print(int ndigits) const; 278 278 279 /* FIXME: why doesn't this work on Visual Studio? */ 280 #if !defined _MSC_VER 279 281 template<> real const real::R_0; 280 282 template<> real const real::R_1; … … 298 300 template<> real const real::R_SQRT3; 299 301 template<> real const real::R_SQRT1_2; 302 #endif 300 303 301 304 } /* namespace lol */
Note: See TracChangeset
for help on using the changeset viewer.