forked from Alepha/Alepha
Clean up and regularize the prologue of files.
Mark them for C++20, remove the old module-faking hacks, etc.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
register "Alepha/Truss/basetypes.h";
|
||||
|
||||
|
||||
namespace Alepha
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
@ -1,5 +1,8 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
register "Alepha/Truss/memory.h";
|
||||
|
||||
#include <Alepha/assert.h>
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
register "Alepha/Truss/memory.h";
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
Reference in New Issue
Block a user