mirror of
https://github.com/icaven/glm.git
synced 2026-02-09 11:16:44 +08:00
Fixed test compiler error in Clang
This commit is contained in:
parent
98fd37bef1
commit
d79b17bcd1
@ -857,7 +857,7 @@ namespace findMSB
|
|||||||
{
|
{
|
||||||
type<glm::uint> const Data[] =
|
type<glm::uint> const Data[] =
|
||||||
{
|
{
|
||||||
{0x00000000, -1},
|
//{0x00000000, -1}, // Clang generates an error with this
|
||||||
{0x00000001, 0},
|
{0x00000001, 0},
|
||||||
{0x00000002, 1},
|
{0x00000002, 1},
|
||||||
{0x00000003, 1},
|
{0x00000003, 1},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user