While running test suites of generated C++11 code on recent OS versions of Ubuntu 24 or MacOS they fail with error like "googletest library requires at least C++14 standard".
In recent GoogleTest versions C++11 support was dropped.
There is a proposed PR to fix that to make library usage portable: #1260.
While running test suites of generated C++11 code on recent OS versions of Ubuntu 24 or MacOS they fail with error like "googletest library requires at least C++14 standard".
In recent GoogleTest versions C++11 support was dropped.
There is a proposed PR to fix that to make library usage portable: #1260.