mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-09 11:16:48 +08:00
Actually reenable function
This commit is contained in:
parent
f1f4aeb4be
commit
56757973b6
@ -415,7 +415,6 @@ namespace chaiscript
|
|||||||
* Set the value of an object, by name. If the object
|
* Set the value of an object, by name. If the object
|
||||||
* is not available in the current scope it is created
|
* is not available in the current scope it is created
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
void add(const Boxed_Value &obj, const std::string &name)
|
void add(const Boxed_Value &obj, const std::string &name)
|
||||||
{
|
{
|
||||||
validate_object_name(name);
|
validate_object_name(name);
|
||||||
@ -433,7 +432,7 @@ namespace chaiscript
|
|||||||
|
|
||||||
add_object(name, obj);
|
add_object(name, obj);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a named object to the current scope
|
* Adds a named object to the current scope
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user