7 Mar
2005
7 Mar
'05
3:53 p.m.
John Maddock wrote:
Anything else coming to your mind what could be bad about this adaptor? I want it to be as robust as possible because I intend to use it a lot.
You need to add the const declaretor, *after* you remove the reference (adding cv-qualifiers to reference types has no effect).
John.
Yes, thanks, I already did that in the meantime (among other corrections). I have posted the new version to the boost developer's list, to also receive their feedback. It's not too positive though... -- Matthias Kaeppler