Re: [Libmesh-users] UniquePtr

2016-06-21 Thread John Peterson
On Tue, Jun 21, 2016 at 7:49 AM, Boyce Griffith wrote: > I am updating from a version of libMesh that still used AutoPtr as the > default to the current master, and I am getting a lot of compiler errors > from unique_ptr.hpp (pasted below). This is using clang++ on OS X (Apple > LLVM 7.0.2), and

[Libmesh-users] UniquePtr

2016-06-21 Thread Boyce Griffith
I am updating from a version of libMesh that still used AutoPtr as the default to the current master, and I am getting a lot of compiler errors from unique_ptr.hpp (pasted below). This is using clang++ on OS X (Apple LLVM 7.0.2), and I am currently disabling C++11 (although hopefully not for too