Closing issue #99 : shared const char * memory issues. Also, clean up some file loading overhead (did not seem to have an performance impact).
This commit is contained in:
@@ -27,7 +27,7 @@ CHAISCRIPT_MODULE_EXPORT chaiscript::ModulePtr create_chaiscript_module_reflect
|
||||
|
||||
CHAISCRIPT_CLASS( m,
|
||||
chaiscript::AST_Node,
|
||||
(chaiscript::AST_Node (const std::string &, int, char *)),
|
||||
(chaiscript::AST_Node (const std::string &, int, const boost::shared_ptr<std::string> &)),
|
||||
((text))
|
||||
((identifier))
|
||||
((filename))
|
||||
|
||||
Reference in New Issue
Block a user