Verstable
Verstable copied to clipboard
Support const char* keys
The builtin hash and comparison functions now mark their arguments as const, which they should have been doing anyway.
In addition, automatic deduction of hash and cmpr functions now works for const char* keys.
Fixes #12