Reference to non-static member function must be called
-
-
Just to follow up still having a pickle of a time with the build in Xcode. Even tried it on the sample project. Anyone know how to resolve this issue?
Cheers
JasonFails on this section below.
/** Returns the number of allocated elements. */ int getNumAllocated() const noexcept { const ScopedLockType lock(getLock()); return data.numAllocated; }
-
I've committed a change, please try again with the latest state.