mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Better naming, since uninitialised isn't an option for expected.
This commit is contained in:
parent
1e2faff38d
commit
4298d1e34c
@ -1188,7 +1188,7 @@ namespace etl
|
||||
|
||||
enum
|
||||
{
|
||||
Uninitialised,
|
||||
Void_Type,
|
||||
Error_Type
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user