Hello Jim.

With your proposal, how would you make sense of the following?

#include <memory>
struct X {
   int get() const { return 3; }
};
void f() {
   auto p = std::make_unique<X>();
   p.get(); // X::get() or std::unique_ptr<X>::get()?
}

Le jeu. 27 févr. 2020 à 09:41, J Decker via Liaison <liaison@lists.isocpp.org> a écrit :
I could feature-request this for all known compilers, and that's what this is really an attempt at.

 
this is the gist of it (more of a detailed explanation)

the TL;DR is really the title.

I'd like to know how a community contribution might be submitted for approval for the future c2x.

I've been to C++ proposals list, and they have provided me with some feedback, and suggested maybe this is an operable method(?).

Jim

http://github.com/d3x0r (it's pronounced Decker)
 
_______________________________________________
Liaison mailing list
Liaison@lists.isocpp.org
Subscription: https://lists.isocpp.org/mailman/listinfo.cgi/liaison
Searchable archives: http://lists.isocpp.org/liaison/2020/02/index.php