4 Mar
2016
4 Mar
'16
7:01 p.m.
Le 04/03/2016 18:37, paul Fultz a écrit :
- Different functions in the library do not have a consistent interface for similar variations: - always/always_ref vs. capture/capture_forward/capture_decay vs partial w/ std::ref. `alway_ref should be just an implementation detail. The user can already write `always(std::ref(x)) if they want a reference. I only use this to try and save `some template instantiations when I need to the always_ref(*this)(xs...) `pattern. I always_ref doesn't helps, could you create an issue to remove it?
Vicente