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
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
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/