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 2a1e581 commit f15b8c7Copy full SHA for f15b8c7
include/behaviortree_cpp_v3/utils/make_unique.hpp
@@ -2,7 +2,7 @@
2
3
#include <memory>
4
5
-#if defined(_MSC_VER) && __cplusplus == 201103L
+#if defined(_MSC_VER) && _MSC_VER >= 1900 // MSVC 2015 or newer.
6
# define MAKE_UNIQUE_DEFINED 1
7
#endif
8
0 commit comments