Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'std/weak_ptr.hpp')
-rw-r--r--std/weak_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/weak_ptr.hpp b/std/weak_ptr.hpp
index ac9f183e07..842e086efd 100644
--- a/std/weak_ptr.hpp
+++ b/std/weak_ptr.hpp
@@ -5,7 +5,7 @@
#undef new
#endif
-#if __cplusplus > 199711L
+#if (__cplusplus > 199711L) || defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <memory>
using std::weak_ptr;