Explicitly default the copy assignment operator for clang's benefit
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user