News
Make the copy constructor private. Of course, this might also have the side-effect of preventing the use of the STL container, given that being copy constructible is, y'know, a requirement.
I have been trying to wrap my mind around how C++ puts stuff in memory and I wrote little test program. #include #include class someobj { public ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results