Commit f18f8ade by Jason Merrill

PR c++/81589 - error with is_trivially_constructible

	* g++.dg/ext/is_trivially_constructible6.C: New.

From-SVN: r258002
parent c2c601b2
// PR c++/81589
template <typename k>
struct z {
z() {
k::error;
}
};
int x = __is_trivially_constructible(z<int>);
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