Compilation error
nicolaspanel opened this issue · 2 comments
nicolaspanel commented
After copying files into the /Arduino/libraries/StandardCplusplus folder, IDE returns a compilation error because some operators are defined twice (with Arduino 1.0.4).
The solution I've found to bypass the problem is to delete the following files:
StandardCplusplus / new_opv.cppStandardCplusplus / del_opv.cpp
Hope it helps
eric-wieser commented