fixed Bronson's AVL-tree unit test
authorkhizmax <khizmax@gmail.com>
Wed, 4 Mar 2015 15:03:31 +0000 (18:03 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 4 Mar 2015 15:03:31 +0000 (18:03 +0300)
tests/unit/map2/map_insdel_item_string.cpp

index a34be050e7ef46eea09efd6ce91b26faa313fead..44ea87a265918552259f9bb567a3896762f1db67 100644 (file)
@@ -96,7 +96,7 @@ namespace map2 {
                     val.second = 0;
                 }
                 // for BronsonAVLTreeMap
-                void operator()( typename Map::mapped_type& val )
+                void operator()( typename Map::key_type const& /*key*/, typename Map::mapped_type& val )
                 {
                     val = 0;
                 }