Files
swift-mirror/unittests/Basic
Jordan Rose 3958f0b0f9 [unittests] Fix OptionSet->intptr_t test for older Clang versions.
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
2015-01-21 18:15:48 +00:00
..