17 Aug
2017
17 Aug
'17
9:59 p.m.
On 17/08/2017 17:02, dariomt--- via Boost-users wrote:
Hi all,
I just found out that all Boost.Container default constructors are implicit (just as I would expect) except for flat_set.
It's a bug introduced when a single constructor with default arguments was split in multiple constructors. Fixed in: https://github.com/boostorg/container/commit/863b6e0d3246a1db225675710c34adf... Many thanks. Ion