removed the value field from attribute_definition because it's a definition and should not hold a value.
This commit is contained in:
@@ -11,10 +11,7 @@ namespace matador::utils {
|
||||
|
||||
namespace detail {
|
||||
template<typename Type>
|
||||
size_t determine_size(const Type &/*val*/)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
size_t determine_size(const Type &/*val*/) { return 0; }
|
||||
size_t determine_size(const std::string &val);
|
||||
size_t determine_size(const char *val);
|
||||
size_t determine_size(const blob &val);
|
||||
|
||||
Reference in New Issue
Block a user