diff --git a/spimpl.h b/spimpl.h index 7dafccf..7d90049 100644 --- a/spimpl.h +++ b/spimpl.h @@ -572,7 +572,7 @@ namespace std { result_type operator()(const argument_type& p) const SPIMPL_NOEXCEPT { - return hash()(p.get()); + return hash()(p.get()); } }; @@ -584,7 +584,7 @@ namespace std { result_type operator()(const argument_type& p) const SPIMPL_NOEXCEPT { - return hash()(p.get()); + return hash()(p.get()); } }; }