mirror of
https://github.com/g-truc/glm.git
synced 2026-09-07 11:08:10 +00:00
Fixed GCC 4.5 and older build #566
This commit is contained in:
@@ -226,7 +226,7 @@ int test_instruction_set()
|
||||
|
||||
int test_cpp_version()
|
||||
{
|
||||
std::printf("__cplusplus: %lld\n", __cplusplus);
|
||||
std::printf("__cplusplus: %d\n", static_cast<int>(__cplusplus));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user