Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11

This commit is contained in:
Jason Turner
2014-03-23 16:51:59 -06:00
2 changed files with 10 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ namespace chaiscript
{
/// \todo Use of this utility, and uniform initializer lists, is causing memory errors in MSVC
/*
template<typename Class, typename ModuleType>
void add_class(ModuleType &t_module,
const std::string &t_classname,
@@ -37,7 +37,7 @@ namespace chaiscript
}
}
*/
}
}