some types from glm are not parsed
I think it worked fine with 2018.3, but broke in 2019.1.1.
#include "glm/glm.hpp"
#include "glm/gtc/quaternion.hpp"
int main()
{
glm::vec4 a;
glm::quat q;
}
glm::quat - is correctly parsed. glm::vec4 - not. both compile.
I uploaded project to web:
GlmParsing.zip
Please sign in to leave a comment.
Sorry, there seems to be no link to the project in the post, but if R++ is showing "Type is incomplete" errors then it's https://youtrack.jetbrains.com/issue/RSCPP-26279 and will be fixed in 2019.1.2.
thanks!
I can't open the ticket to see the status. Is there an update on 2019.1.2 planned soon?
Sorry, I've fixed the issue visibility.
2019.1.2 should be out next week.
Amazing! Thank you for the fast update!