diff options
author | Nathan Sidwell <nathan@acm.org> | 2015-01-12 20:13:20 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2015-01-12 20:13:20 +0000 |
commit | c9ebfb4b4126dd92c6137d0485d62fd1eb624847 (patch) | |
tree | 8172787c4e5ff794452c2d6d20bc965fff76f0b3 /test/SemaTemplate/deduction.cpp | |
parent | ea974ddde8eab51a6faa669bbc6e0a2a5f9cb0c3 (diff) | |
download | clang-c9ebfb4b4126dd92c6137d0485d62fd1eb624847.tar.gz |
reverting due to build bot failure
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/deduction.cpp')
-rw-r--r-- | test/SemaTemplate/deduction.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/SemaTemplate/deduction.cpp b/test/SemaTemplate/deduction.cpp index e33d1576da..c59f10dbb1 100644 --- a/test/SemaTemplate/deduction.cpp +++ b/test/SemaTemplate/deduction.cpp @@ -202,8 +202,3 @@ namespace PR19372 { using T = S<int, int>; } } - -namespace PR18645 { - template<typename F> F Quux(F &&f); - auto Baz = Quux(Quux<float>); -} |