From fff68e2470492ef3c7b80654f4c5977066d89323 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 27 Jun 2016 16:29:41 -0400 Subject: Exported classes no longer have weak vtables with clang --- cpp/src/Ice/FactoryTable.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/Ice/FactoryTable.cpp') diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp index 2842670fa90..78b8a1c8b2b 100644 --- a/cpp/src/Ice/FactoryTable.cpp +++ b/cpp/src/Ice/FactoryTable.cpp @@ -12,6 +12,12 @@ using namespace std; + +Ice::UserExceptionFactory::~UserExceptionFactory() +{ + // Out of line to avoid weak vtable +} + // // Add a factory to the exception factory table. // If the factory is present already, increment its reference count. -- cgit v1.2.3