
12 Feb
2006
12 Feb
'06
2:26 p.m.
"Eric Niebler" <eric@boost-consulting.com> wrote
Arkadiy Vertleyb wrote:
Any luck with telling const x from const x&?
I can on VC7.1, VC8 and gcc 3.4+ and 4.x, but I'm pretty sure it's not standard.
What about volatile/volatile& and volatile const/volatile const& in VC7.1, VC8, for UDT? Looks like they apply this lifetime extension rule to them, too... Regards, Arkadiy