I'm working with the library OpenMesh, and they offer two functions edge(), which only differ in their constness. Const edge() vs edge(). Is there any way to specify to the compiler which function I want to use?
It seems like this should have been a different design decision from the library, but not sure that I can alter that, so if there's anything I can do to bypass it in the compiler...I'm using VS2013.
I realize that people have already asked questions about this error, but I haven't found anything helpful for this type of case.