-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: expected '{' before '::' token #29
Comments
Dear @luni64 Same issue here! The code used to work fine some months ago. Now, my project is broken and won't compile: as @bblanchon mentioned is this related to C++17 features? |
luni64 is right might be broke: none of the github examples compile: all give this same error. |
tried 1.4.1 and 1.4.0 library |
Hi @luni64,
I'm having the following error when compiling with arduino-cli:
Nested namespace definitions require C++17; I think it's a bit too early for that.
Best regards,
Benoit
The text was updated successfully, but these errors were encountered: