Update symlinks
[folly.git] / folly / Memory.h
index eadc1c816292db2e5802f46cebff3a78eaa807c7..374f1e0ec377a532c4b3c699c2c476567260f95e 100644 (file)
@@ -37,7 +37,8 @@ namespace folly {
  * @author Xu Ning (xning@fb.com)
  */
 
-#if __cplusplus >= 201402L
+#if __cplusplus >= 201402L || \
+    defined __cpp_lib_make_unique && __cpp_lib_make_unique >= 201304L
 
 /* using override */ using std::make_unique;