Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
duration: adjust for C++20 char8_t type
C++20 makes string literals defined with u8"blah" return a new char8_t type, which is sensible but noisy here. Adjust for it by dropping an unneeded u8 in one place, and adding a cast in another. Message-Id: <[email protected]>
- Loading branch information