You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been compiling in C++17 mode for several years. Switching to C++20 will allow us to use additional features such as std::bit_cast. At the same time we could standardise compiler warning settings across projects.
We have been compiling in C++17 mode for several years. Switching to C++20 will allow us to use additional features such as std::bit_cast. At the same time we could standardise compiler warning settings across projects.