vendredi 24 juillet 2020

Using a C++17 library against a C++11 application

Is it possible to consume a library built using C++17 against a C++11 application if all the public facing headers and APIs belonging to the C++17 library that the C++11 application consumes follows C++11 syntax. The internal implementation of the C++17 library does have C++17 specific features.

Does it matter if it's a statically linked vs dynamically linked?

Aucun commentaire:

Enregistrer un commentaire