[PATCH] Add support for "fancy" pointers to shared_ptr. Fixes PR20616

Marshall Clow mclow.lists at gmail.com
Wed Oct 22 21:13:41 PDT 2014


================
Comment at: test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_no_variadics.pass.cpp:114
@@ +113,3 @@
+
+    test<bare_allocator<void>>();
+#if __cplusplus >= 201103L
----------------
This fails on C++03. Please add a space between the two closing angle brackets.

http://reviews.llvm.org/D4859






More information about the cfe-commits mailing list