diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-08-20 21:03:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-08-20 21:03:30 +0000 |
| commit | 6aa46a19c56750e17f7acedc47d95111fd2dcd5d (patch) | |
| tree | e34ae427575758352981df5376a2975e2dbcd403 /test/FixIt/fixit.cpp | |
| parent | ffe56ea4c355b82c6fdbed4befc7fe3b956e35a2 (diff) | |
Notes
Diffstat (limited to 'test/FixIt/fixit.cpp')
| -rw-r--r-- | test/FixIt/fixit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit.cpp b/test/FixIt/fixit.cpp index 0b7fc626ff8a6..92c561a20acc0 100644 --- a/test/FixIt/fixit.cpp +++ b/test/FixIt/fixit.cpp @@ -216,7 +216,7 @@ template<class T> typedef Mystery<T>::type getMysteriousThing() { // \ } template<template<typename> Foo, // expected-error {{template template parameter requires 'class' after the parameter list}} - template<typename> typename Bar, // expected-warning {{template template parameter using 'typename' is a C++1z extension}} + template<typename> typename Bar, // expected-warning {{template template parameter using 'typename' is a C++17 extension}} template<typename> struct Baz> // expected-error {{template template parameter requires 'class' after the parameter list}} void func(); |
