minor fixees

This commit is contained in:
2024-12-11 14:57:38 -05:00
parent 65427bd0f1
commit 0e782cdf99
4 changed files with 27 additions and 43 deletions

View File

@ -309,18 +309,6 @@ struct Code
Code& operator ++();
// TODO(Ed) : Remove this overload.
auto& operator*()
{
local_persist thread_local
Code NullRef = { nullptr };
if ( ast == nullptr )
return NullRef;
return *this;
}
#ifdef GEN_ENFORCE_STRONG_CODE_TYPES
# define operator explicit operator
#endif