Skip to content

Commit

Permalink
Update Term.h
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 8, 2024
1 parent cc05b0f commit 07d999c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/knowrob/terms/Term.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ namespace knowrob {
using TermPtr = std::shared_ptr<Term>;
}

//template <> struct fmt::formatter<knowrob::Term> : fmt::ostream_formatter {};
#if FMT_VERSION >= 90000
template <> struct fmt::formatter<knowrob::Term> : fmt::ostream_formatter {};
#endif

#endif //KNOWROB_TERM_H_

0 comments on commit 07d999c

Please sign in to comment.