Make C++17 minimum requirement

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-11-10 08:36:33 +01:00
parent 57ccb713ad
commit cc8a6eeee7
6 changed files with 13 additions and 29 deletions

View File

@@ -1 +1,6 @@
# stdex - Random stuff that didn't made it into std C++
## Requirements
- MSVC 2019 or later, XCode 13 or later
- C++17 or later