--- a/include/associative_base
+++ b/include/associative_base
-@@ -74,7 +74,7 @@ public:
- typedef typename std::reverse_iterator<const_iterator> const_reverse_iterator;
-
-
-- explicit __base_associative(const Compare& comp, const Allocator& A, const key_type (*v_to_k)(const value_type))
-+ explicit __base_associative(const Compare& comp, const Allocator& A, key_type (*v_to_k)(const value_type))
- : c(comp), value_to_key(v_to_k) { }
- protected:
- __base_associative(const associative_type& x)
@@ -318,7 +318,7 @@ protected:
typedef std::list<ValueType> listtype;