You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Mordachai
Posted - Jun 02 2017 : 11:01:22 AM A common VA-suggestion-drop-down is for typing 'std::make_unique'
which VA (I assume it's VA) then inserts 'std::make_unique()' on acceptance of the suggestion drop-down.
That never makes sense. ;)
'std::make_unique<>()' could... if the carrot is in between the angle brackets.
There must be a whole group of helper template functions - where you always must specify the type for the function to have any meaning. This is perhaps the most common example - but there are others where this pattern would be helpful.
Thanks for considering my request.
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jun 03 2017 : 08:08:47 AM This is on our list of things to do: