jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

linux/clang error: use of overloaded operator '==' is ambiguous #381

Closed avilleret closed 8 years ago

avilleret commented 8 years ago

after fixing #380, I have another issue : https://gist.github.com/avilleret/80e0935a38542ca2e5f8

According to http://www.drdobbs.com/cpp/three-guidelines-for-effective-iterator/184401406 it is due to a poor implementation of STL and swapping value on each side of == should solve the issue. But I don't know which value I have to swap...

avilleret commented 8 years ago

I don't think this issue is still relevant since #380 is closed