Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libfmt errors from not finding enum formatter
Summary: Recent versions of libfmt have become more strict and require `enum` types to be formattable: static assertion failed due to requirement 'formattable': Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt This is a quick fix to simply use the underlying type. X-link: facebook/folly#2022 Reviewed By: yfeldblum Differential Revision: D46973532 Ninja: Flaky land-time Pulled By: ot fbshipit-source-id: 49b64e3885703c2157e66979e0523b5245a9470a
- Loading branch information