Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Oct 2, 2024
1 parent a9a0f72 commit 0bf7919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtest/parsers/test_basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct SomeStruct {
.value();
}

constexpr std::strong_ordering operator<=>(const SomeStruct&) const = default;
std::strong_ordering operator<=>(const SomeStruct&) const = default;
};

static_assert(tgbm::common_api_type<SomeStruct>);
Expand Down
2 changes: 1 addition & 1 deletion include/tgbm/tools/StringTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ struct string_switch {
namespace fmt {

template <>
struct fmt::formatter<::tgbm::utils::url_encoded> {
struct formatter<::tgbm::utils::url_encoded> {
static constexpr auto parse(fmt::format_parse_context& ctx) -> decltype(ctx.begin()) {
return ctx.end();
}
Expand Down

0 comments on commit 0bf7919

Please sign in to comment.