deprecating boost::shared_ptr
authorLouis Brandy <ldbrandy@fb.com>
Fri, 16 Aug 2013 22:19:09 +0000 (15:19 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 22 Sep 2013 23:40:58 +0000 (16:40 -0700)
commita88ef0bed6c4b28a89d141e4349d4a2b16ed212d
tree712a3701758c43c0cfac7a2fe915bc14022e1d58
parent253f44cb908fd20a4de661d4d90e62665b2ed1dc
deprecating boost::shared_ptr

Summary:
Replacing boost::shared_ptr with std::shared_ptr.

Test Plan: .

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D932119
folly/ConcurrentSkipList.h
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp