cppclean icon indicating copy to clipboard operation
cppclean copied to clipboard

"Exception while processing 'myheaderfile.hpp': unexpected token: Token(u'true', xxx, yyy)"

Open Caerind opened this issue 6 years ago • 0 comments

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 !

Caerind avatar Jun 06 '19 09:06 Caerind