Jason Turner 9f8b57c145 Enable ChaiScript compilation for C++17
Closes #348

This works by taking into account the fact that `noexcept` is now part
of the type system in C++17. However, this would conflict with pre-C++17
compilers, so I have added a feature macro around it
2017-05-30 09:16:20 -06:00
..
dispatchkit Enable ChaiScript compilation for C++17 2017-05-30 09:16:20 -06:00
language Merge pull request #332 from ftk/develop 2017-03-21 12:55:30 -07:00
utility In JSONParser::parse_number(), only allow a single '-' at start 2017-03-14 13:01:09 +01:00
chaiscript_basic.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
chaiscript_defines.hpp Do not register load_module by default when dynamic loading is disabled 2017-03-05 21:23:05 +03:00
chaiscript_stdlib.hpp Cleanups and split up into _basic options 2016-08-27 10:33:44 -06:00
chaiscript_threading.hpp Add workaround for chaiscript used as static 2017-03-21 11:58:33 -07:00
chaiscript.hpp Merge branch 'develop' of github.com:ChaiScript/ChaiScript into develop 2017-02-22 15:56:04 -07:00