-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.0.0
-
Component/s: None
-
Environment:All
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Consider the use case where I want to add some elements to a bson_t then append the entire contents of another bson_t at the top level.
Currently this is only possible via a copy but is common enough where bson_append_iter() or something like it should be available for this purpose.