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 d43ea09 commit e2189baCopy full SHA for e2189ba
include/pmtv/format.hpp
@@ -5,6 +5,10 @@
5
#include <fmt/ranges.h>
6
7
namespace fmt {
8
+
9
+// Forward declaration
10
+template<pmtv::IsPmt P> struct formatter<P>;
11
12
template <>
13
struct formatter<pmtv::map_t::value_type> {
14
template <typename ParseContext>
0 commit comments