#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](https://developercommunity.visualstudio.com/t/10588147), MSVC formerly behaved worse than Clang.
#124 added usage of
__declspec(empty_bases)which enforces (?) EBCO, but it wasn't enabled for Clang.proxy/proxy.h
Lines 26 to 30 in 52ab85b
I'm sure that Clang supports
__declspec(empty_bases)in MS-compatible mode. And per DevCom-10588147, MSVC formerly behaved worse than Clang.