Better naming, since uninitialised isn't an option for expected.

This commit is contained in:
Joris Putcuyps 2026-04-25 20:29:31 +02:00
parent 1e2faff38d
commit 4298d1e34c

View File

@ -1188,7 +1188,7 @@ namespace etl
enum
{
Uninitialised,
Void_Type,
Error_Type
};