From cac3d118ae775647f432c2d0159eca562c486744 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 14 Dec 2018 19:25:22 +0000 Subject: [PATCH] When resolving a merge conflict, I put something inside an #ifdef. Fixed. llvm-svn: 349181 --- libcxx/include/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/version b/libcxx/include/version index 552d663..d6ccb13 100644 --- a/libcxx/include/version +++ b/libcxx/include/version @@ -121,8 +121,8 @@ __cpp_lib_void_t 201411L #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 -- 2.7.4