1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add fmt::formatter for Dino::IoextPorts

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-01-12 15:42:17 +01:00 committed by Niklas Eiling
parent 645429b9c8
commit edb996ebfd

View file

@ -138,4 +138,7 @@ private:
#ifndef FMT_LEGACY_OSTREAM_FORMATTER
template <>
class fmt::formatter<villas::fpga::ip::Dino> : public fmt::ostream_formatter {};
template <>
class fmt::formatter<villas::fpga::ip::Dino::IoextPorts>
: public fmt::ostream_formatter {};
#endif