-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.1
-
Component/s: Documentation
-
Environment:OS: windows 10
compiler: visual studio 2017
#include <mongocxx/client.hpp> #include <windows.h> int main() { return 0; }
This can complie success.
#include <windows.h> #include <mongocxx/client.hpp> int main() { return 0; }
This cause strange error.
Error (active) E0145 member "bsoncxx::v_noabi::types::b_double::type_id" may not be initialized.