We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9e1a1 commit 6a176cfCopy full SHA for 6a176cf
src/mongocxx/include/mongocxx/v_noabi/mongocxx/write_concern.hpp
@@ -277,7 +277,7 @@ class write_concern {
277
/// @return
278
/// Document representation of this write_concern.
279
///
280
- MONGOCXX_ABI_EXPORT_CDECL(bsoncxx::v_noabi::document::value) to_document() const {
+ bsoncxx::v_noabi::document::value to_document() const {
281
return bsoncxx::v_noabi::from_v1(_wc.to_document());
282
}
283
0 commit comments