Wed, 15 Jan 2025

1:38 PM - C++20 features

I'm starting to see software that requires C++20 std::range functions such as MySQL 8.4+.  This is a blocker for older LLVM versions on some operating systems.  (versions before 17 don't fully support it, and even then there are still one or two optional things)

0 comments