From kde-core-devel Tue Apr 15 01:28:14 2014 From: Ian Monroe Date: Tue, 15 Apr 2014 01:28:14 +0000 To: kde-core-devel Subject: Re: Update needed to binary compatibility guide for Windows? Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=139752533010873 On Sun, Apr 13, 2014 at 6:36 PM, Michael Pyne wrote: > If it's true, do we want > to adopt a constraint on our handling of virtual functions in leaf classes > based on this? IMO we shouldn't worry about ABI on Windows. And not because "meh Windows", but since Microsoft breaks C++ ABI with every compiler release, which is quite frequently these days. In general C++ ABI stability just isn't a thing on Windows. And we are both the upstream and the downstream for the releases anyways. To that latter point, I guess really it matters what the KDE Windows team thinks. Ian