Remove extraneous semicolons

This commit is contained in:
Christian Mazakas
2023-06-20 15:54:08 -07:00
parent 7d39b68e46
commit dce386068b
9 changed files with 51 additions and 51 deletions

View File

@@ -662,7 +662,7 @@ namespace boost {
float max_load_factor() const noexcept
{
return table_.max_load_factor();
};
}
void max_load_factor(float) {}
size_type max_load() const noexcept { return table_.max_load(); }