Remove redundant from_string overload
This commit is contained in:
parent
b16884a774
commit
2e49ce59f4
@ -513,14 +513,6 @@ namespace uuids
|
|||||||
return uuid{ data };
|
return uuid{ data };
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class CharT = char,
|
|
||||||
class Traits = std::char_traits<CharT>,
|
|
||||||
class Allocator = std::allocator<CharT>>
|
|
||||||
static std::optional<uuid> from_string(std::basic_string<CharT, Traits, Allocator> const & str) noexcept
|
|
||||||
{
|
|
||||||
return from_string(str.c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::array<value_type, 16> data{ { 0 } };
|
std::array<value_type, 16> data{ { 0 } };
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user