Skip to content

Commit

Permalink
clang-3.4.2 doesn't build on msvc14 and up
Browse files Browse the repository at this point in the history
a templated function in clang-serializer has lesser overload priority than the one one in <xutility> (STL implementation specific)
  • Loading branch information
vovkos committed May 21, 2019
1 parent 0968aa6 commit 3035bf2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
BUILD_PROJECT: clang
LLVM_VERSION: 3.4.2

# 3.4.2 ............ builds on msvc10 and up
# 3.4.2 ............ builds on msvc10 and up (clang-3.4.2 doesn't build on msvc14 and up)
# 3.5.2 ............ skip (a very troublesome release)
# 3.6.0 to 3.9.1 ... build on msvc12 and up
# 4.0.1 to 7.1.0 ... build on msvc14 and up
Expand All @@ -39,17 +39,17 @@ environment:
- TOOLCHAIN: msvc12
CRT: libcmt

- TOOLCHAIN: msvc14
CRT: msvcrt

- TOOLCHAIN: msvc14
CRT: libcmt

- TOOLCHAIN: msvc15
CRT: msvcrt

- TOOLCHAIN: msvc15
CRT: libcmt
# - TOOLCHAIN: msvc14
# CRT: msvcrt
#
# - TOOLCHAIN: msvc14
# CRT: libcmt
#
# - TOOLCHAIN: msvc15
# CRT: msvcrt
#
# - TOOLCHAIN: msvc15
# CRT: libcmt

matrix:
fast_finish: false
Expand Down

0 comments on commit 3035bf2

Please sign in to comment.