[PATCH] D45829: Remove impossible _MSC_VER check

2018-04-19 Thread Reid Kleckner via Phabricator via cfe-commits
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 Repo

[PATCH] D45829: Remove impossible _MSC_VER check

2018-04-19 Thread Shoaib Meenai via Phabricator via cfe-commits
smeenai accepted this revision. smeenai added a comment. This revision is now accepted and ready to land. LGTM. I'd tried to clean all stale `_MSC_VER` conditionals in the past, but I must have missed some. https://reviews.llvm.org/D45829 ___ cfe-c

[PATCH] D45829: Remove impossible _MSC_VER check

2018-04-19 Thread Reid Kleckner via Phabricator via cfe-commits
rnk created this revision. rnk added a reviewer: EricWF. Herald added a subscriber: christof. It is immediately preceded by this check: #if _MSC_VER < 1900 #error "MSVC versions prior to Visual Studio 2015 are not supported" #endif https://reviews.llvm.org/D45829 Files: libcxx/include/