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>
CCFLAGS += -I../include -D_FILE_OFFSET_BITS=64
BEES_CFLAGS = $(CCFLAGS) -std=c99 $(CFLAGS)
-BEES_CXXFLAGS = $(CCFLAGS) -std=c++11 -Wold-style-cast -Wno-missing-field-initializers $(CXXFLAGS)
+BEES_CXXFLAGS = $(CCFLAGS) -std=c++17 -Wold-style-cast -Wno-missing-field-initializers $(CXXFLAGS)