]> git.hungrycats.org Git - bees/commit
makeflags: bump C++ standard to C++17
authorZygo Blaxell <bees@furryterror.org>
Sun, 20 Jul 2025 21:35:32 +0000 (17:35 -0400)
committerZygo Blaxell <bees@furryterror.org>
Sun, 3 May 2026 22:09:51 +0000 (18:09 -0400)
commit3812e3da8be231f57ec756f976c404ca4bd7acae
tree23307a942dbdda859f8cdae728ad0c21ea720da2
parentf1558d64a58cb760e0b0159623277e1e75516c24
makeflags: bump C++ standard to C++17

Say hello to:

 * designated initializers
 * function argument <auto>
 * read-write mutexes
 * sets that can search by K
 * template <auto>
 * make_unique<>

Not yet:

 * atomic_shared_ptr

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
makeflags