operator<=> return type

This commit is contained in:
Marius Bancila 2018-11-04 22:34:08 +02:00 committed by GitHub
parent 405e76041c
commit ecb3386b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,7 +428,7 @@ namespace std {
constexpr std::span<std::byte const, 16> as_bytes() const;
constexpr std::strong_equality operator<=>(uuid const&) const noexcept = default;
constexpr std::strong_ordering operator<=>(uuid const&) const noexcept = default;
template <typename TChar>
static uuid from_string(TChar const * const str, size_t const size);