-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilation
Milestone
Description
I have several times gotten compilation errors compiling perfectly valid C++ code. I am told that this is because the IDE, to simplify life for newbies, does all kinds of stuff to my source before sending it to the compiler.
I want an "expert mode" that says "hands off my code" and avoids the transformations that create erroneous programs out of correct programs
Metadata
Metadata
Assignees
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilation