removed unused on_attribute overloads
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public:
|
||||
attribute() = default;
|
||||
attribute(std::string name,
|
||||
utils::basic_type type,
|
||||
const utils::field_attributes& opts = utils::null_attributes,
|
||||
const utils::field_attributes& opts = utils::NullAttributes,
|
||||
null_option_type null_opt = null_option_type::NotNull)
|
||||
: name_(std::move(name)), type_(type), options_(opts), null_option_type_(null_opt) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user