Skip to content

Commit

Permalink
Update Printable.h
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 8, 2024
1 parent e9479fa commit 710f847
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/knowrob/Printable.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <ostream>
#include <sstream>
#include <fmt/format.h>
#include <fmt/ostream.h>

namespace knowrob {

Expand Down Expand Up @@ -48,8 +49,6 @@ namespace knowrob {
}
}

#include <fmt/ostream.h>

template <typename T> struct fmt::formatter<T,
std::enable_if_t<std::is_convertible<T, knowrob::Printable>::value>> : fmt::ostream_formatter {};

Expand Down

0 comments on commit 710f847

Please sign in to comment.