Improvements to HashTable internals
Files
8- Mark OLESEN authored
- the zero::null and one::null sub-classes add an additional null output adapter. The function of the nil class (special-purpose class only used for HashSet) is now taken by zero::null.
@@ -3,7 +3,7 @@
@@ -26,6 +26,7 @@ Description
@@ -69,6 +70,8 @@ int main(int argc, char *argv[])