OSDN Git Service

Don't rely on an implicit std::tuple constructor.
authorZachary Turner <zturner@google.com>
Fri, 17 Mar 2017 00:16:21 +0000 (00:16 +0000)
committerZachary Turner <zturner@google.com>
Fri, 17 Mar 2017 00:16:21 +0000 (00:16 +0000)
commit0a965f8ecd3f7a78b43a5460c4a0a53a467e020d
tree1e340e55a71f24dcfa0b13dd1835119a1e426857
parent43f117dc2035e40686518d7f57dbd4b15dc6d68e
Don't rely on an implicit std::tuple constructor.

Apparently it doesn't have one, so using an initializer list
doesn't work correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298018 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/Path.cpp