Index: ChangeLog =================================================================== --- ChangeLog (revision 246076) +++ ChangeLog (working copy) @@ -1,3 +1,13 @@ +2017-03-12 Daniel Kruegler + + Implement LWG 2686, Why is std::hash specialized for error_code, + but not error_condition? + * include/std/system_error (hash): Define. + * testsuite/20_util/hash/operators/size_t.cc (hash): + Instantiate test for error_condition. + * testsuite/20_util/hash/requirements/explicit_instantiation.cc + (hash): Instantiate hash. + 2017-03-12 Ville Voutilainen Implement LWG 2934, optional doesn't compare with T.