Minor rollback

This commit is contained in:
Hieu Hoang 2012-05-30 11:50:01 +01:00
parent 21cd9e6286
commit 9f03125418

View File

@ -10,7 +10,7 @@ template <bool> struct StaticCheck {};
template <> struct StaticCheck<true> { typedef bool StaticAssertionPassed; };
// If your float isn't 4 bytes, we're hosed.
//typedef StaticCheck<sizeof(float) == 4>::StaticAssertionPassed FloatSize;
typedef StaticCheck<sizeof(float) == 4>::StaticAssertionPassed FloatSize;
} // namespace