
12 Sep
2004
12 Sep
'04
12:30 a.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:ud60sjqg2.fsf@boost-consulting.com...
"Jonathan Turkanis" <technews@kangaroologic.com> writes:
What I'd really like to be able to do is test assignability.
Forget it. Anything that can only be a member function is out. Also anything that's implicitly-generated and can only be disabled by making it private is out. operator= fails both tests :(
I was just dreaming .... Jonathan