Build now failing when using template class. #206
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: preprocessor
Related to sketch preprocessing
type: imperfection
Perceived defect in any part of project
Using IDE 1.8.2
After doing up some code for a forum user, I did a test compile. When I came back to my PC, flames were shooting out the CD drive, and the bit bucket under my desk was overflowing with nibbles of 1's.
To solve the issue, I now have to manually add setup and loop prototypes.
The preprocessor adds the setup and loop prototypes in between:
template< uint16_t N >
andFoo &operator +=( const Foo<N> &ref ){
...in the middle of the class.
The text was updated successfully, but these errors were encountered: