Jason Turner e07cd88659 Add noexcept where appropriate
This modifies no logic, it simply adds the keyword `noexcept`

I believe this is 100% correct. It calls methods that are not
guaranteed to be `noexcept`, such as `operator[]` but have
no logically way of throwing.
2017-07-22 20:33:30 -06:00
..
dispatchkit Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
language Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
utility Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_basic.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
chaiscript_defines.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_stdlib.hpp Cleanups and split up into _basic options 2016-08-27 10:33:44 -06:00
chaiscript_threading.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript.hpp Fix defaults for dynload options 2017-06-06 14:59:05 -06:00