Support formatting formatv_objects.
While here, fix documentation about member-formatters, and attempted
perfect-forwarding (I think).
Differential D38997
Support formatting formatv_objects. sammccall on Oct 17 2017, 4:29 AM. Authored by
Details Support formatting formatv_objects. While here, fix documentation about member-formatters, and attempted
Diff Detail
Event Timeline
|
This looks incorrect? T is not deduced here, so std::forward<T>(Item) is not using a forwarding reference. I think the code before was correct, was it causing a problem?