Open agcapps opened 1 year ago
Was the enum in inlet
or in the host code? In either case, I think this should be fairly easy to resolve.
We've added fmt::formatter
s in a few places within axom, e.g. for the primal::Point
class.
See, e.g.:
Good question. This may have been user code trying to format an Inlet object. Thanks for the links.
A host code trying to compile using MSVC and C++17 ran into this error, within inlet:
Others have encountered this: https://github.com/fmtlib/fmt/issues/3183. The response from the fmt project was as follows: