We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a507af4 commit dc91223Copy full SHA for dc91223
ApprovalTests/integrations/fmt/FmtToString.h
@@ -1,5 +1,8 @@
1
#pragma once
2
#ifdef FMT_VERSION
3
+
4
+#include <fmt/format.h> // for fmt::to_string()
5
6
namespace ApprovalTests
7
{
8
class FmtToString
0 commit comments