Revert change to example.cpp library loading

This commit is contained in:
Jason Turner 2015-04-10 10:38:49 -06:00
parent 2e769d81cf
commit 3c7b0ea069

View File

@ -68,7 +68,7 @@ void take_shared_ptr(const std::shared_ptr<const std::string> &p)
int main(int /*argc*/, char * /*argv*/[]) { int main(int /*argc*/, char * /*argv*/[]) {
using namespace chaiscript; using namespace chaiscript;
ChaiScript chai(chaiscript::Std_Lib::library()); ChaiScript chai;
//Create a new system object and share it with the chaiscript engine //Create a new system object and share it with the chaiscript engine