|
Change |
Effect |
| 1 |
Base type of field visit_binary has been changed from bool(*)(struct bson_iter_t const*, char const*, enum bson_subtype_t, int, uint8_t const*, void*) to bool(*)(struct bson_iter_t const*, char const*, enum bson_subtype_t, size_t, uint8_t const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
| 2 |
Base type of field visit_code has been changed from bool(*)(struct bson_iter_t const*, char const*, int, char const*, void*) to bool(*)(struct bson_iter_t const*, char const*, size_t, char const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
| 3 |
Base type of field visit_codewscope has been changed from bool(*)(struct bson_iter_t const*, char const*, int, char const*, bson_t const*, void*) to bool(*)(struct bson_iter_t const*, char const*, size_t, char const*, bson_t const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
| 4 |
Base type of field visit_dbpointer has been changed from bool(*)(struct bson_iter_t const*, char const*, int, char const*, struct bson_oid_t const*, void*) to bool(*)(struct bson_iter_t const*, char const*, size_t, char const*, struct bson_oid_t const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
| 5 |
Base type of field visit_symbol has been changed from bool(*)(struct bson_iter_t const*, char const*, int, char const*, void*) to bool(*)(struct bson_iter_t const*, char const*, size_t, char const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |
| 6 |
Base type of field visit_utf8 has been changed from bool(*)(struct bson_iter_t const*, char const*, int, char const*, void*) to bool(*)(struct bson_iter_t const*, char const*, size_t, char const*, void*). |
Replacement of field base type may indicate a change in the semantic meaning of the field. |