19 Jul
2007
19 Jul
'07
8:29 p.m.
Nevermind. I finally figured out the error message to mean that the compiler-generated copy-constructor was being called somewhere. I determined that elsewhere, I was storing my set_ptr in an STL container--which, of course, is verboten.