From d259877fbaa8b7d5dcd675c700c153f196bc47b6 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 31 Jul 2016 20:50:07 +0100 Subject: [PATCH] typo fix --- ostd/keyset.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostd/keyset.hh b/ostd/keyset.hh index f1dcdce..e7e2404 100644 --- a/ostd/keyset.hh +++ b/ostd/keyset.hh @@ -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) {}