7 Mar
2005
7 Mar
'05
1:59 p.m.
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.