We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3180ef commit b982a27Copy full SHA for b982a27
include/pisa/util/json_stats.hpp
@@ -25,6 +25,7 @@ namespace pisa {
25
namespace detail {
26
class StatsInterface {
27
public:
28
+ virtual ~StatsInterface() = default;
29
virtual void add(std::string const& key, bool value) = 0;
30
virtual void add(std::string const& key, std::int64_t value) = 0;
31
virtual void add(std::string const& key, std::uint64_t value) = 0;
0 commit comments