This commit is contained in:
q66 2016-07-31 20:50:07 +01:00
parent 8afffc1fb7
commit d259877fba

View file

@ -82,7 +82,7 @@ namespace detail {
{}
KeysetImpl(KeysetImpl const &m):
Base(m, allocator_container_copy(m.get_alloc())
Base(m, allocator_container_copy(m.get_alloc()))
{}
KeysetImpl(KeysetImpl const &m, A const &alloc): Base(m, alloc) {}