
----- Original Message ----- From: "Jeffrey Lee Hellrung, Jr." <jhellrung@ucla.edu> Newsgroups: gmane.comp.lib.boost.devel To: <boost@lists.boost.org> Sent: Saturday, May 22, 2010 4:21 PM Subject: Re: [Review] Formal Review: Boost.Move
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???
No, but I defintely needed it at some point. I think it had to do with my hacks on is_convertible<>. When I get some time tomorrow, I'll make ~rv() private again and see what breaks. terry