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
..
fnv1a.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
json_wrap.hpp More careful with json errors 2017-07-19 13:19:17 -06:00
json.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
static_string.hpp Add noexcept where appropriate 2017-07-22 20:33:30 -06:00
utility.hpp Merge branch 'develop' of github.com:ChaiScript/ChaiScript into develop 2017-02-22 15:56:04 -07:00