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:
parent
645429b9c8
commit
edb996ebfd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue