Charles Huber 4b6284e39d GCC: Fix noexcept warnings on hash functions
Fix warnings on hash functions with GCC and -Wnoexcept:
* Add GLM_HAS_NOEXCEPT flag & GLM_NOEXCEPT #define to setup.hpp.
* Add GLM_NOEXCEPT to hash functions in hash.hpp.
* Add GLM_NOEXCEPT to matrix operator[] accessors.
* Add gtx_hash.cpp and a test to verify all hash overloads compile.
  Configure with -DCMAKE_CXX_FLAGS="-Werror -Wnoexcept" to test.
2022-08-24 15:21:11 -05:00
..
2016-11-20 22:28:22 +01:00
2018-03-23 14:27:35 +03:00
2016-11-12 14:19:22 +01:00
2017-04-08 19:37:20 +02:00
2018-08-07 18:41:41 +02:00
2018-08-07 14:46:56 +02:00
2018-08-18 13:58:30 +02:00
2016-11-12 14:19:22 +01:00
2021-03-23 15:22:16 +03:00
2016-11-12 14:19:22 +01:00
2012-01-09 11:20:01 +00:00
2016-11-12 14:19:22 +01:00
2017-08-08 23:32:52 +02:00
2017-08-16 14:27:06 +02:00