Fix typo.

From-SVN: r188226
This commit is contained in:
Mike Stump 2012-06-05 02:46:52 +00:00
parent 46f714c862
commit 5751cb9c6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// { dg-options "-std=gnu++0x" }
template <typename... T> struct A // { dg-error "candidates|A" }
template <typename... T> struct A // { dg-message "candidates|A" }
{
A(T* p) { // { dg-error "parameter packs|T" }
(A<T...>*)(p);