[PATCH] D45829: Remove impossible _MSC_VER check
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 19 12:43:38 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330360: Remove impossible _MSC_VER check (authored by rnk, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D45829?vs=143137&id=143151#toc
Repository:
rL LLVM
https://reviews.llvm.org/D45829
Files:
libcxx/trunk/include/__config
Index: libcxx/trunk/include/__config
===================================================================
--- libcxx/trunk/include/__config
+++ libcxx/trunk/include/__config
@@ -586,9 +586,6 @@
#define _LIBCPP_HAS_NO_CONSTEXPR
#define _LIBCPP_HAS_NO_CXX14_CONSTEXPR
#define _LIBCPP_HAS_NO_VARIABLE_TEMPLATES
-#if _MSC_VER <= 1800
-#define _LIBCPP_HAS_NO_UNICODE_CHARS
-#endif
#define _LIBCPP_HAS_NO_NOEXCEPT
#define __alignof__ __alignof
#define _LIBCPP_NORETURN __declspec(noreturn)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45829.143151.patch
Type: text/x-patch
Size: 489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180419/414204e9/attachment.bin>
More information about the cfe-commits
mailing list