diff --git a/include/xrpl/json/json_value.h b/include/xrpl/json/json_value.h index ccae3154d4..88057a6300 100644 --- a/include/xrpl/json/json_value.h +++ b/include/xrpl/json/json_value.h @@ -240,17 +240,6 @@ public: Value& operator=(Value&& other); - template - Value& - operator=(T const& rhs) - requires( - !std::is_convertible_v && - std::is_convertible_v())), Value>) - { - *this = to_json(rhs); - return *this; - } - Value(Value&& other) noexcept; /// Swap values.