Vector's std::initializer_list constructor should work for move-only, convertible types
Created attachment 230397 [details] Patch
Comment on attachment 230397 [details] Patch I don't think this is a good idea. std::initializer_list isn't really meant for moving and std::vector doesn't allow this pattern.
Agreed.