implemented non-working features of commit da378ef
This commit is contained in:
parent
da378efaaa
commit
dd69553e62
5
Char.cpp
5
Char.cpp
@ -19,3 +19,8 @@ Char& Char::operator=(char other)
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Char& Char::operator=(const Char& other)
|
||||
{
|
||||
return (*this).operator=(static_cast<char>(other));
|
||||
}
|
Loading…
Reference in New Issue
Block a user