[*] Amend date typo

(this was going to be a real commit, but i just ended up wasting hours on a dead-end idea)
This commit is contained in:
Reece Wilson 2023-01-18 16:29:35 +00:00
parent f4487c589c
commit 165bb0c6e5
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@
#pragma once #pragma once
#if defined(_AURORA_AVOID_EXTREMLY_DUMB_STL_TYPES) && !defined(_AURORA_FORCE_STD_ARRAY) #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 <class T, size_t Count> template <class T, size_t Count>
struct AuArray struct AuArray
{ {
@ -224,4 +228,4 @@ struct AuArray
template <class T, size_t Z> template <class T, size_t Z>
using AuArray = AURORA_RUNTIME_AU_ARRAY<T, Z>; using AuArray = AURORA_RUNTIME_AU_ARRAY<T, Z>;
#endif #endif

View File

@ -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 File: auArrayList.hpp
Date: 2023-1-18 Date: 2023-1-18