Skip to content

Commit a404105

Browse files
Missing extern-inline definition
1 parent 7fd241c commit a404105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bson/iterator.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ extern mlib_constexpr int32_t _bson_valsize(bson_type tag,
4040

4141
extern inline bson_iterator _bson_recover_iterator(const bson_byte* doc_data_begin,
4242
ptrdiff_t elem_offset) mlib_noexcept;
43+
44+
extern inline uint32_t bson_iterator_data_size(const bson_iterator it) mlib_noexcept;

0 commit comments

Comments
 (0)