commit | 9007cca051519cfeef8ea1744d0785c8fbba54ea | [log] [tgz] |
---|---|---|
author | Henri Chataing <henrichataing@google.com> | Mon Nov 06 17:43:05 2023 +0000 |
committer | Henri Chataing <henrichataing@google.com> | Fri Nov 10 01:53:03 2023 +0000 |
tree | bc58335470f0b3b4f752ade7a06a3dfd35a81454 | |
parent | 76a287cdec3408f9ba9980eebd776eb8f72d255c [diff] |
Update to fmtlib 10.1.1 fmtlib 10+ removes the automatic formatting of enum classes to the underlying class, requesting that a custom formatter be provided for the type. Normally fmt::underlying could be used to convert the enum value to its backing type, but this change automerges to udc-mainline-prod where the helper does not exist. Bug: 310046696 Test: m Change-Id: I62f3a66dd2f8e3d288dc4c0298d4f3bfa57a6a71