I, like quite a few people, have macro preprocessor logic to special case things for the Microsoft STL to work around shortcomings which will be fixed by the vNext ABI break.
Could we get a macro added NOW which would let us detect if the vNext ABI break is in force or not? Then we could turn off those workarounds if on vNext or later. This, down the line, would aid the testing and conformance for the vNext ABI break.
I, like quite a few people, have macro preprocessor logic to special case things for the Microsoft STL to work around shortcomings which will be fixed by the vNext ABI break.
Could we get a macro added NOW which would let us detect if the vNext ABI break is in force or not? Then we could turn off those workarounds if on vNext or later. This, down the line, would aid the testing and conformance for the vNext ABI break.