diff --git a/doc/28_ref_optional_semantics.qbk b/doc/28_ref_optional_semantics.qbk index 947592d..d3cb6ee 100644 --- a/doc/28_ref_optional_semantics.qbk +++ b/doc/28_ref_optional_semantics.qbk @@ -1428,9 +1428,9 @@ struct hash > ; `` The specialization `hash>` is enabled if and only if -`hash>` is enabled. When enabled, for an object `o` -of type `optional`, if `o.has_­value() == true`, then `hash>()(o)` - evaluates to the same value as `hash>()(*o)`; otherwise it +`hash>` is enabled. When enabled, for an object `o` +of type `optional`, if `o.has_value() == true`, then `hash>()(o)` + evaluates to the same value as `hash>()(*o)`; otherwise it evaluates to an unspecified value. The member functions are not guaranteed to be `noexcept`.