chore: Fix errors/warnings in GCC13 (#1155)

* chore: Fix errors/warnings in GCC13

* OpResult: Add non const overloads to */-> so we can std::move from the result

* Run clang-format on file
This commit is contained in:
Roy Jacobson 2023-04-30 10:32:30 +03:00 committed by GitHub
parent 0cd2efebf1
commit 46093e33ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 3 deletions

View file

@ -7,6 +7,8 @@
#include <cstdint>
#include <functional>
#include <optional>
#include <string>
#include <string_view>
#include "core/dense_set.h"