On Sunday, December 15, 2019 at 9:40:36 AM UTC-5, Öö Tiib wrote:
> On Sunday, 15 December 2019 16:17:12 UTC+2, Daniel wrote:
> > In C++ 2017, the disambiguation tag type allocator_arg_t has been redefined from
> >
> > struct allocator_arg_t {}; // (*)
> >
> > to
> >
> > struct allocator_arg_t { explicit allocator_arg_t() = default; }; // (**)
> >
>
Thanks,
Daniel