Closed frederick-vs-ja closed 3 weeks ago
__declspec(empty_bases)
https://github.com/microsoft/proxy/blob/52ab85be9ec91ee9dbe46161fa8cb987d1702cb6/proxy.h#L26-L30
I'm sure that Clang supports __declspec(empty_bases) in MS-compatible mode. And per DevCom-10588147, MSVC formerly behaved worse than Clang.
124 added usage of
__declspec(empty_bases)
which enforces (?) EBCO, but it wasn't enabled for Clang.https://github.com/microsoft/proxy/blob/52ab85be9ec91ee9dbe46161fa8cb987d1702cb6/proxy.h#L26-L30
I'm sure that Clang supports
__declspec(empty_bases)
in MS-compatible mode. And per DevCom-10588147, MSVC formerly behaved worse than Clang.