1
0
forked from Alepha/Alepha

Updated some things to C++20 headers.

Lots more to do...
This commit is contained in:
2023-02-09 22:01:19 -08:00
parent fd6060be17
commit 49d53fecb6
32 changed files with 42 additions and 40 deletions

View File

@ -1,4 +1,4 @@
static_assert( __cplusplus > 201700, "C++17 Required" );
static_assert( __cplusplus > 2020'00 );
#pragma once