// PR c++/81204 namespace std { template struct set { }; } using namespace std; template inline void set(Result & res) { res.template set(); }