libcruft-util/README

4 lines
247 B
Plaintext
Raw Normal View History

2015-04-13 18:10:18 +10:00
A simple cross-platform C++ utility library.
2016-06-20 18:06:51 +10:00
2018-01-14 17:21:07 +11:00
Supported compilers: >=clang-5.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC.