boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

flat_set of flat_set has allocator type void #124

Closed thebrandre closed 5 years ago

thebrandre commented 5 years ago

Click here for a minimal example on compiler explorer. The snippet works with boost-1.69 but not with boost-1.70. That's the only difference between the two compiler windows (a click on 'output' reveals the error message). This seems to be related to issue #120 ... so it may already be fixed. Can anyone confirm?

igaztanaga commented 5 years ago

Yes, it's fixed.