Commit e139e81e by Jason Merrill

new

From-SVN: r32652
parent 1c521d41
// Build don't link:
// Origin: Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
struct H {
template <class T> void k() const { }
typedef void (H::*pmf)() const;
pmf f() const { return &H::k<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