Details
-
Improvement
-
Resolution: Done
-
Trivial - P5
-
3.0.1
Description
insert_one() throws a wrong documentated exception!
mongocxx::write_exception // is thrown
In Comments of the function:
/// @throws exception::write if the operation fails.
// is in the file collection.hpp in the comment line 309
stdx::optional<result::insert_one> insert_one(...
Attachments
Issue Links
- related to
-
CXX-988 Fix documentation of invalid element access
-
- Closed
-