diff options
Diffstat (limited to 'vendor/toml++/impl/table.inl')
| -rw-r--r-- | vendor/toml++/impl/table.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/toml++/impl/table.inl b/vendor/toml++/impl/table.inl index ca7473e..ba76963 100644 --- a/vendor/toml++/impl/table.inl +++ b/vendor/toml++/impl/table.inl @@ -198,7 +198,7 @@ TOML_NAMESPACE_START { } TOML_EXTERNAL_LINKAGE - table& table::prune(bool recursive)& noexcept { + table& table::prune(bool recursive) & noexcept { if (map_.empty()) return *this; for (auto it = map_.begin(); it != map_.end();) { |
