Commit cca538a4 by Jason Merrill

* g++.dg/opt/pr85196.C: Fix for -std=c++17.

From-SVN: r259239
parent 83b2a5f4
...@@ -64,7 +64,7 @@ inline e F::v(F *ak) { ...@@ -64,7 +64,7 @@ inline e F::v(F *ak) {
f(al); f(al);
} }
template <typename> am() { return q; } template <typename> am() { return q; }
class an : F { class an : public F {
public: public:
static ao(d<e> u) { static ao(d<e> u) {
int *ap; int *ap;
......
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