I have a static library compiled with gcc 7.1 and I'm wondering if I can link it to a process compiled with gcc 11.1 c++20.
I have a c++ library compiled with gcc 7.1 c++17 and I'm wondering if I can link it to a process compiled with gcc 11.1 c++20.