src: add support for constexpr bele.h

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-26 02:27:51 +02:00
parent 43f9b90c92
commit c3341ce4dc
8 changed files with 499 additions and 172 deletions
+3
View File
@@ -119,6 +119,9 @@ static_assert(sizeof(void *) == sizeof(long));
#endif
// C++ freestanding headers
#if __cplusplus >= 202002L
#include <bit>
#endif
#include <cstddef>
#include <exception>
#include <new>