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 1a85e8b commit d31a15fCopy full SHA for d31a15f
src/bsoncxx/config/compiler.hpp
@@ -17,7 +17,7 @@
17
// Disable MSVC warnings that cause a lot of noise related to DLL visibility
18
// for types that we don't control (like std::unique_ptr).
19
#pragma warning(push)
20
-#pragma warning(disable: 4251)
+#pragma warning(disable: 4251 4275)
21
22
#define BSONCXX_INLINE inline __forceinline BSONCXX_PRIVATE
23
src/mongocxx/config/compiler.hpp
@@ -19,7 +19,7 @@
24
#define MONGOCXX_INLINE inline __forceinline MONGOCXX_PRIVATE
25
0 commit comments