I have a C++ 11 (currently compiling with GCC 4.8.5) project using C++ 11 static built (with GCC 4.8.5) external dependencies.
I would like to know if I need to compile these external dependencies with C++ 20 (GCC 9.2.0) to compile my project with C++ 20 (GCC 9.2.0) ?