Skip to content

Commit fc7bdc1

Browse files
authored
SWIFT-390: make bson pointer access explicit (#232)
* provide typealias for BsonPointer and MutableBsonPointer * make all access to `bson_t` and `bson_iter_t` explicit We often passed references of these types equally to functions that mutate the value or not, now we use the newly introduced `withBsonIterPointer` and `withMutableBsonIterPointer` * `Bson` -> `BSON` * missed two cases where we were using `bson_iter_t` by reference
1 parent bc73ece commit fc7bdc1

File tree

5 files changed

+242
-153
lines changed

5 files changed

+242
-153
lines changed

0 commit comments

Comments
 (0)