Merge branch 'develop' into cleanups_and_reworkds

This commit is contained in:
Jason Turner
2016-04-11 17:48:31 -06:00
9 changed files with 402 additions and 371 deletions

View File

@@ -178,12 +178,6 @@ namespace chaiscript
return *this;
}
Module &add(const std::shared_ptr<Module> &m)
{
m->apply(*this, *this);
return *m;
}
template<typename Eval, typename Engine>
void apply(Eval &t_eval, Engine &t_engine) const
{