enh(Foundation): modernised header files (override, using, nullptr, ...)

This commit is contained in:
Matej Kenda
2025-02-10 14:52:52 +01:00
parent 9e4e039c04
commit e7687d4bba
184 changed files with 1487 additions and 1797 deletions

View File

@@ -48,7 +48,7 @@ public:
MAX_SEQUENCE_LENGTH = 4 /// The maximum character byte sequence length supported.
};
typedef int CharacterMap[256];
using CharacterMap = int[256];
/// The map[b] member gives information about byte sequences
/// whose first byte is b.
/// If map[b] is c where c is >= 0, then b by itself encodes the Unicode scalar value c.