Mark test Hasher and KeyEqual as final to extend test coverage

This commit is contained in:
Christian Mazakas
2022-05-20 14:14:48 -07:00
parent 954db4e246
commit 8473d8120f

View File

@ -185,7 +185,7 @@ namespace test {
}; };
// Note: This is a deliberately bad hash function. // Note: This is a deliberately bad hash function.
class hash class hash BOOST_FINAL
{ {
int type_; int type_;
@ -298,7 +298,7 @@ namespace test {
} }
}; };
class equal_to class equal_to BOOST_FINAL
{ {
int type_; int type_;