-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: 3.0.1
-
Component/s: Documentation
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(...
- related to
-
CXX-988 Fix documentation of invalid element access
- Closed