mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
clang-600 doesn't consider explicit conversion operators as satisfying std::is_constructible, even though actually writing the construction does work. Just don't run that part of the test if that's how std::is_constructible behaves. Swift SVN r24603