Commit 5751cb9c by Mike Stump

Fix typo.

From-SVN: r188226
parent 46f714c8
// { 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment