Richard Smith | 762bb9d | 2011-10-13 22:29:44 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s |
Richard Smith | 1991b71 | 2011-09-29 19:42:27 +0000 | [diff] [blame] | 2 | |
3 | // PR11000: Don't crash. | ||||
4 | class tuple<> | ||||
5 | { | ||||
6 | template <class _Alloc> | ||||
7 | tuple(allocator_arg_t, const _Alloc&) {} | ||||
8 | |||||
9 | // CHECK: 6 errors generated. |