mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-05 17:30:07 +08:00
Explicitly default the copy assignment operator for clang's benefit
This commit is contained in:
parent
286b130f47
commit
98d2eadde2
@ -352,6 +352,8 @@ namespace chaiscript
|
|||||||
std::map<std::string, Boxed_Value> m_global_objects;
|
std::map<std::string, Boxed_Value> m_global_objects;
|
||||||
Type_Name_Map m_types;
|
Type_Name_Map m_types;
|
||||||
std::set<std::string> m_reserved_words;
|
std::set<std::string> m_reserved_words;
|
||||||
|
|
||||||
|
State &operator=(const State &) = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
Dispatch_Engine()
|
Dispatch_Engine()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user