ABI compatibility between different /std (C++ Language Standard) translation units

  • Thread starter Thread starter jbuechner0
  • Start date Start date
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...
 
Back
Top