From ecb3386b3a868da53085598968e52f0fc1785b02 Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Sun, 4 Nov 2018 22:34:08 +0200 Subject: [PATCH] operator<=> return type --- P0959.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P0959.md b/P0959.md index e31be2b..a70d63d 100644 --- a/P0959.md +++ b/P0959.md @@ -428,7 +428,7 @@ namespace std { constexpr std::span as_bytes() const; - constexpr std::strong_equality operator<=>(uuid const&) const noexcept = default; + constexpr std::strong_ordering operator<=>(uuid const&) const noexcept = default; template static uuid from_string(TChar const * const str, size_t const size);