mirror of
https://github.com/boostorg/unordered.git
synced 2026-01-31 20:52:13 +00:00
- Avoid an incorrect MSVC unused variable warning in the tests. - Remove a `try..catch`. - Adjust SFINAE use to try to supprt g++ 3.4. Fixes #7175. - Fix some use of rvalues. - Extra info in `at_tests`. [SVN r79868]