drop new blank line

This commit is contained in:
chenguoping 2020-06-17 20:44:31 +08:00
parent da8fa3535a
commit 4a6c68c7eb
2 changed files with 0 additions and 2 deletions

View file

@ -3788,7 +3788,6 @@ class basic_json
JSON_THROW(type_error::create(306, "cannot use value() with " + std::string(type_name())));
}
/*!
@brief overload for a default value of type const char*
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const

View file

@ -19566,7 +19566,6 @@ class basic_json
JSON_THROW(type_error::create(306, "cannot use value() with " + std::string(type_name())));
}
/*!
@brief overload for a default value of type const char*
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const