Open rtzoeller opened 4 months ago
There is an unfortunate collision between SOEM and fmtlib, where SOEM's definition of a PACKED macro collides with a template parameter in fmtlib.
PACKED
This causes some rather inscrutable compile errors, and isn't handled by the existing #ifndef check as fmtlib's usage is not a macro.
#ifndef
There is an unfortunate collision between SOEM and fmtlib, where SOEM's definition of a
PACKED
macro collides with a template parameter in fmtlib.This causes some rather inscrutable compile errors, and isn't handled by the existing
#ifndef
check as fmtlib's usage is not a macro.