[libcxx-commits] [PATCH] D62233: General shared_ptr cleanup

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 22 08:44:46 PDT 2019


mclow.lists added a comment.

In D62233#1512217 <https://reviews.llvm.org/D62233#1512217>, @zoecarver wrote:

> I thought `shared_ptr` was not introduced until C++11?


Libc++ is a c++11 library; it provides many c++11 features when compiling for C++03.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62233/new/

https://reviews.llvm.org/D62233





More information about the libcxx-commits mailing list