I am writing a C++ library in Xcode 4.2
One of my classes won\'t compile with this error : \"attempt to use a deleted function\".
There is no specific indica
For me It solved it when I passed "this" pointer as a parameter to the function.