Dora-SSR icon indicating copy to clipboard operation
Dora-SSR copied to clipboard

discussion: the minimal C++ compiler support

Open neverchanje opened this issue 1 year ago • 1 comments

As of today, I believe there is no reason to use compiler <= C++17. We can use C++20 features if necessary.

Once we determined the minimum required C++ version, we need to document it in somewhere, e.g, #26.

neverchanje avatar Oct 27 '23 02:10 neverchanje

The updating for minimal C++ compiler standard requires testing on all building platforms and tool-chains. There are GCC on Linux, Clang on macOS and iOS and Android NDK(modified version of GCC and Clang) to be tested for newer C++ standard feature support.

pigpigyyy avatar Oct 28 '23 04:10 pigpigyyy