Constructor signature for std::make_unique #8066
ytimenkov
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
It doesn't seem to work with a user-defined make_* function that uses std::forward. I'm not sure yet what is special about that handling, but I'll see if I can find out... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is awesome:
Somehow I missed it in release notes... Can it do similar tricks for other forwarding functions or just
std::make_*
?Beta Was this translation helpful? Give feedback.
All reactions