cppclean
cppclean copied to clipboard
Fails to parse constructors
constructors like LiquidCrystal lcd(12, 11, 5, 4, 3, 2); are treated as functions and fails. p11_CrystalBall.zip
What's the error? I have many lines like that in the code and it parses just fine.
Yes this is parsed as a function but the parsing succeeds. Can you give more details about the problem ?