mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +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;
|
||||
Type_Name_Map m_types;
|
||||
std::set<std::string> m_reserved_words;
|
||||
|
||||
State &operator=(const State &) = default;
|
||||
};
|
||||
|
||||
Dispatch_Engine()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user