maniacbug/StandardCplusplus

Compilation error

nicolaspanel opened this issue · 2 comments

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.cpp
  • StandardCplusplus / del_opv.cpp

Hope it helps

This was fixed in 73da7ee, but now causes the opposite issue in #8

Merged #8. Should fix this.