Commit acff02ef by Jason Merrill

c++: Add test for PR 68061.

	PR c++/68061
	* g++.dg/concepts/attrib1.C: New.
parent 1e166191
// PR c++/68061
// { dg-do compile { target c++11 } }
template <class T>
requires true // { dg-error "requires" "" { target { ! concepts } } }
[[deprecated]] void f(T);
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