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/OutputStream.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/Ice/OutputStream.cpp') diff --git a/cpp/src/Ice/OutputStream.cpp b/cpp/src/Ice/OutputStream.cpp index ee28c1e5325..653b8e39adb 100644 --- a/cpp/src/Ice/OutputStream.cpp +++ b/cpp/src/Ice/OutputStream.cpp @@ -897,6 +897,11 @@ Ice::OutputStream::initEncaps() } } +Ice::OutputStream::EncapsEncoder::~EncapsEncoder() +{ + // Out of line to avoid weak vtable +} + Int Ice::OutputStream::EncapsEncoder::registerTypeId(const string& typeId) { -- cgit v1.2.3