Merged 0.9.8 branch

This commit is contained in:
Christophe Riccio
2017-01-07 12:15:08 +01:00
18 changed files with 183 additions and 136 deletions

View File

@@ -19,7 +19,7 @@ struct vec2
};
// Visual C++ has a bug generating the error: fatal error C1001: An internal error has occurred in the compiler.
vec2 Bar;
// vec2 Bar;
int main()
{