Skip to content

Commit e2189ba

Browse files
committed
Try adding a forward declaration
Signed-off-by: John Sallay <[email protected]>
1 parent d43ea09 commit e2189ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/pmtv/format.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#include <fmt/ranges.h>
66

77
namespace fmt {
8+
9+
// Forward declaration
10+
template<pmtv::IsPmt P> struct formatter<P>;
11+
812
template <>
913
struct formatter<pmtv::map_t::value_type> {
1014
template <typename ParseContext>

0 commit comments

Comments
 (0)