added object_cache and test
This commit is contained in:
@@ -39,10 +39,6 @@ void identifier_to_value_converter::serialize(uint64_t &x, const field_attribute
|
||||
value_ = x;
|
||||
}
|
||||
|
||||
void identifier_to_value_converter::serialize(const char *x, const field_attributes &) {
|
||||
value_ = x;
|
||||
}
|
||||
|
||||
void identifier_to_value_converter::serialize(std::string &x, const field_attributes &) {
|
||||
value_ = x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user