[cfe-dev] Using unique_ptr in both C++03 and C++11 mode?

David Chisnall David.Chisnall at cl.cam.ac.uk
Mon Jul 27 07:37:04 PDT 2015


On 27 Jul 2015, at 15:23, Jeffrey Walton <noloader at gmail.com> wrote:
> 
> How do we manage auto_ptr/unique_ptr on Apple platforms under Clang?
> What is the secret sauce I am missing?

Why are you trying to special-case __APPLE__ at all?  You might want to have different things for libstdc++ / libc++, but that’s not an Apple/everyone else distinction.

David





More information about the cfe-dev mailing list