cppclean
cppclean copied to clipboard
"Exception while processing 'myheaderfile.hpp': unexpected token: Token(u'true', xxx, yyy)"
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 that exception : bool m_MyBoolean { true }; (member variable in a class)
Thanks for maintaining this project, it is super cool !