
22 May
2010
22 May
'10
9:21 p.m.
On 5/22/2010 1:14 PM, Terry Golubiewski wrote:
* class rv: I needed the destructor to be public to compile for Microsoft VC2008.
I never had any problems with the current definition of boost::rv on MSVC9. No instances of rv<T> should ever be created, only references. Do you remember the context where you needed rv<T> to have a public destructor??? - Jeff