12 Sep
2019
12 Sep
'19
3:36 p.m.
On 9/12/19 5:11 PM, JeanHeyd Meneide via Boost wrote:
Containers like bikeshedding_string were almost going to have implicit constructors from any range, but the paper was shot down and the new direction is using an explicit free function (https://wg21.link/p1206).
I have been using this approach [1] for years, but found it inconvenient to use in practice because you have to specify the target type, which may have a long qualified name. Fortunately CTAD enables us to omit template argument types. [1] https://github.com/breese/trial.protocol/blob/develop/include/trial/dynamic/...