diff --git a/include/uuid.h b/include/uuid.h index 19f5ca0..002d3c5 100644 --- a/include/uuid.h +++ b/include/uuid.h @@ -513,14 +513,6 @@ namespace uuids return uuid{ data }; } - template, - class Allocator = std::allocator> - static std::optional from_string(std::basic_string const & str) noexcept - { - return from_string(str.c_str()); - } - private: std::array data{ { 0 } };