Automatic function prototype generation does not work inside namespaces #5984
Labels
Component: Compilation
Related to compilation of Arduino sketches
Type: Bug
Type: Wontfix
Arduino has decided that it will not resolve the reported issue or implement the requested feature
In the example code below I am placing some functions into a namespace to avoid clashes. (This is in answer to a question about combining two sketches). However the automated function-prototype generation seems to be suppressed inside a namespace.
If you uncomment the manual function prototype near the top the code compiles OK. As written however I get the error:
This is with IDE 1.8.1.
The text was updated successfully, but these errors were encountered: