StandardCplusplus icon indicating copy to clipboard operation
StandardCplusplus copied to clipboard

Compilation error

Open nicolaspanel opened this issue 11 years ago • 1 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

nicolaspanel avatar Jun 04 '13 08:06 nicolaspanel

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

eric-wieser avatar Jan 21 '14 18:01 eric-wieser

Merged #8. Should fix this.

maniacbug avatar Jul 05 '23 22:07 maniacbug