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