[*] 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:
parent
f4487c589c
commit
165bb0c6e5
@ -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 <class T, size_t Count>
|
||||
struct AuArray
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user