Typo in dynamic::map
This commit is contained in:
parent
9b597bf17f
commit
b61c91736f
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace rotgen
|
|||
|
||||
map& operator=(map const& other) requires(!is_immutable)
|
||||
{
|
||||
base() = static_cast<parent const &>(*other);
|
||||
base() = static_cast<parent const &>(other);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue