8 Sep
2020
8 Sep
'20
10:12 p.m.
On 2020-09-09 00:51, Peter Dimov via Boost wrote:
Andrey Semashev wrote:
I also forgot operator[].
Must be a member.
Maybe it's worth providing your own placeholders then? Derive from std::placeholders::arg and specialize std::is_placeholder. Should be compatible with std::bind, shouldn't it? I admit, I haven't tried this, though.