am developing software based on C++ Mongodb driver 3.7.1 version.
I’m confronting a compiler error:
bsoncxx::document is ambiguous
in hint.hpp
, client_session.hpp
,‘change_stream.hpp’ and key_context.hpp
etc.
Why does this happen and how do I fix it?
additional info: when I use
bsoncxx::v_noabi::page_with_curl:
The compiler error disappears. But I know I should change the package code in C++ MongoDB Driver.
I am developing software based on C++ Mongodb driver 3.7.1 version.
I’m confronting a compiler error:
bsoncxx::document is ambiguous
in hint.hpp
, client_session.hpp
,‘change_stream.hpp’ and key_context.hpp
etc.
Why does this happen and how do I fix it?
additional info: when I use
bsoncxx::v_noabi::document
The compiler error disappears. But I know I should change the package code in C++ MongoDB Driver.