mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-26 08:48:45 +00:00
fixes, conditions typecheck
This commit is contained in:
parent
fe652bc1c2
commit
63d0335188
2 changed files with 70 additions and 21 deletions
|
|
@ -28,6 +28,8 @@ public:
|
|||
|
||||
bool operator==(const TypeProxy &other) const;
|
||||
|
||||
bool operator!=(const TypeProxy&) const = default;
|
||||
|
||||
private:
|
||||
TypeProxy(TypeStorage &type_storage, size_t id)
|
||||
: type_storage_(&type_storage), id_(id) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue