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
Upgrading to C++17 would probably not be a huge change for the codebase. The only drawback I can see would be to drop support for some of the older compilers but we can definitely live with that.
On the other hand, some of the new language features like std::optional could help us reduce dependencies requirements. The impact on building Docker images or launching CI builds is probably worth the trouble.
The text was updated successfully, but these errors were encountered:
Upgrading to C++17 would probably not be a huge change for the codebase. The only drawback I can see would be to drop support for some of the older compilers but we can definitely live with that.
On the other hand, some of the new language features like
std::optional
could help us reduce dependencies requirements. The impact on building Docker images or launching CI builds is probably worth the trouble.The text was updated successfully, but these errors were encountered: