-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.0
-
Component/s: API
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
There are errors when building mongocxx project:
1>------ Build started: Project: mongocxx, Configuration: Debug Win32 ------
1> write.cpp
1> Unknown compiler version - please run the configure tests and report the results
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(42): error C2338: Move-construct may throw
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(43): error C2338: Move-assign may throw
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(47): error C2338: Move-construct may throw
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(48): error C2338: Move-assign may throw
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(52): error C2338: Move-construct may throw
1>D:\Userfiles\vmurillo\Documents\mongo-cxx-driver\src\mongocxx\model\write.cpp(53): error C2338: Move-assign may throw
I am currently using Visual Studio 2015 on Windows 7.
Please let me know if more information is needed.