Caerind
Caerind
Hi ! I have encountered this issue : "Exception while processing 'myheaderfile.hpp': unexpected token: Token(u'true', xxx, yyy)" And here is the line (in an header file) which probably have raised...
Here the operator(x, y) : `T Matrix4::operator()(unsigned int x, unsigned int y) const { return (&m11)[y*4+x]; }` Here the getColumn() : `Vector4 Matrix4::GetColumn(unsigned int column) const { const T* ptr...
Hi ! I was debugging some elements today and I wanted better visualization. I found this : https://github.com/cdcseacave/Visual-Studio-Visualizers/blob/master/TinyXML2.natvis I think it could be added directly in the main repo.