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
..
chaiscript_algebraic.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_common.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_engine.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_eval.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_optimizer.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_parser.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_posix.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_prelude_docs.hpp Fix description of get_guard() 2016-03-30 18:14:12 +03:00
chaiscript_prelude.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
chaiscript_tracer.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
chaiscript_unknown.hpp Loadable module support can be disabled by defining CHAISCRIPT_NO_DYNLOAD 2017-03-05 20:54:01 +03:00
chaiscript_windows.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00