From f8800b12c5bbd2a1e933fb4cfbc903bd4e7cd917 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 1 Oct 2011 00:26:36 +0000 Subject: [PATCH] Fix . git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140907 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/memory | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/memory b/include/memory index d272c08c..467d2928 100644 --- a/include/memory +++ b/include/memory @@ -2903,9 +2903,7 @@ public: long use_count() const _NOEXCEPT {return __shared_count::use_count();} __shared_weak_count* lock() _NOEXCEPT; -#ifndef _LIBCPP_NO_RTTI virtual const void* __get_deleter(const type_info&) const _NOEXCEPT; -#endif private: virtual void __on_zero_shared_weak() _NOEXCEPT = 0; };