From 165bb0c6e5fa6aa96f009f639146ec4b708f446c Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Wed, 18 Jan 2023 16:29:35 +0000 Subject: [PATCH] [*] Amend date typo (this was going to be a real commit, but i just ended up wasting hours on a dead-end idea) --- Include/auROXTL/auArray.hpp | 6 +++++- Include/auROXTL/auArrayList.hpp | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Include/auROXTL/auArray.hpp b/Include/auROXTL/auArray.hpp index fd12994..fc3e272 100644 --- a/Include/auROXTL/auArray.hpp +++ b/Include/auROXTL/auArray.hpp @@ -8,6 +8,10 @@ #pragma once #if defined(_AURORA_AVOID_EXTREMLY_DUMB_STL_TYPES) && !defined(_AURORA_FORCE_STD_ARRAY) + +// following the conventions set out in other out of ecosystem macro-test cases for identifying aurora types in portable header libraries +#define AU_AuArray AuArray + template struct AuArray { @@ -224,4 +228,4 @@ struct AuArray template using AuArray = AURORA_RUNTIME_AU_ARRAY; -#endif +#endif \ No newline at end of file diff --git a/Include/auROXTL/auArrayList.hpp b/Include/auROXTL/auArrayList.hpp index 65f3c5b..93f70e5 100644 --- a/Include/auROXTL/auArrayList.hpp +++ b/Include/auROXTL/auArrayList.hpp @@ -1,5 +1,5 @@ /*** - Copyright (C) 2024 J Reece Wilson (a/k/a "Reece"). All rights reserved. + Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: auArrayList.hpp Date: 2023-1-18