summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-12-14 19:25:22 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-12-14 19:25:22 +0000
commit30830e86e241e0acddaefb1578142b8279b0e2a7 (patch)
tree794aa78609aa628347cf452b3ac6f281910cea28
parent5f1a206ea678006996b80748397f50307b6ab4a1 (diff)
When resolving a merge conflict, I put something inside an #ifdef. Fixed.
-rw-r--r--libcxx/include/version2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/version b/libcxx/include/version
index 552d663d052..d6ccb138f6e 100644
--- a/libcxx/include/version
+++ b/libcxx/include/version
@@ -121,8 +121,8 @@ __cpp_lib_void_t 201411L <type_traits>
#if _LIBCPP_STD_VER > 17
#ifndef _LIBCPP_NO_HAS_CHAR8_T
# define __cpp_lib_char8_t 201811L
-#define __cpp_lib_erase_if 201811L
#endif
+#define __cpp_lib_erase_if 201811L
#endif
#endif // _LIBCPP_VERSIONH