Skip to content

Commit

Permalink
remove deprecated format override for xdrquery::NullField
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Mar 8, 2024
1 parent e779f2b commit 2fbd233
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/util/xdrquery/XDRQueryEval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
#include "fmt/format.h"
#include "util/xdrquery/XDRQueryError.h"

namespace fmt
{
template <> struct formatter<xdrquery::NullField>
{
template <typename FormatContext>
auto
format(xdrquery::NullField, FormatContext& ctx)
{
return format_to(ctx.out(), "NULL");
}
};
} // fmt

namespace xdrquery
{
bool
Expand Down

5 comments on commit 2fbd233

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from anupsdf
at MonsieurNicolas@2fbd233

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging MonsieurNicolas/stellar-core/depsBumpMarch2024 = 2fbd233 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MonsieurNicolas/stellar-core/depsBumpMarch2024 = 2fbd233 merged ok, testing candidate = 3bc7e76

@latobarita
Copy link
Contributor

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 3bc7e76

Please sign in to comment.