Updated tests for GCC 4.3 and below support

This commit is contained in:
Christophe Riccio
2011-10-22 20:29:24 +01:00
parent 621c266f33
commit 146eacb067
3 changed files with 38 additions and 1 deletions

View File

@@ -129,6 +129,8 @@ int main()
{
int Error = 0;
std::cout << "sizeof(glm::uint64): " << sizeof(glm::detail::uint64) << std::endl;
Error += ::bitfieldExtract::test();
Error += ::bitfieldReverse::test();