J
jbuechner0
Guest
Hi,
I am looking for any kind of official documentation, whether translation units compiled with different C++ language standards (e. g. /std:c++14 and /std:c++17) have guaranteed ABI compatibility, when they are using the same toolset, SDK, and runtime library.
My concerns are with template implementations in the stdlib of the SDK and possible different memory layout between different implementations.
Continue reading...
I am looking for any kind of official documentation, whether translation units compiled with different C++ language standards (e. g. /std:c++14 and /std:c++17) have guaranteed ABI compatibility, when they are using the same toolset, SDK, and runtime library.
My concerns are with template implementations in the stdlib of the SDK and possible different memory layout between different implementations.
Continue reading...