mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:02:47 +08:00
14 lines
398 B
Diff
14 lines
398 B
Diff
|
diff --git a/src/bsoncxx/stdx/make_unique.hpp b/src/bsoncxx/stdx/make_unique.hpp
|
||
|
index d954eae..c4dea9d 100644
|
||
|
--- a/src/bsoncxx/stdx/make_unique.hpp
|
||
|
+++ b/src/bsoncxx/stdx/make_unique.hpp
|
||
|
@@ -48,7 +48,7 @@ using ::boost::make_unique;
|
||
|
BSONCXX_INLINE_NAMESPACE_END
|
||
|
} // namespace bsoncxx
|
||
|
|
||
|
-#elif __cplusplus >= 201402L
|
||
|
+#elif __cplusplus >= 201402L || defined(_MSVC_LANG)
|
||
|
|
||
|
#include <memory>
|
||
|
|