Greetings,
I'm not sure if this is something you would be interested in, but I
have made some modifications to GMTL_STATIC_ASSERT; instead of
borrowing the StaticAssert from boost, I switched it to the Static
Assert featured in Loki. The Loki static assert attempts to spit out
a message to the programmer in the form of an undefined identifier. I
have also modified Vec.h to use static asserts instead of gmtlAssert
for the Vec constructors. Finally, the patch contains an update to
Coord.h reflecting this.
Regards,
Johnathan Gurley
|