
23 Aug
2007
23 Aug
'07
7:54 a.m.
Steven Watanabe <steven <at> providere-consulting.com> writes:
AMDG
Alexander Nasonov <alnsn <at> yandex.ru> writes:
'rref(i)const_ref(j)' looks good. I didn't think of const_ref before.
These names should be consistent with reference_wrapper helper functions: ref and cref.
Better not. Otherwise people are liable to think that they are using boost::ref and explicitly qualify the name.
Compiler will point to their error, then. But complier cannot help in remembering non-"standard" names ;-P -- Alexander