mirror of
https://github.com/boostorg/log.git
synced 2026-01-22 05:22:11 +00:00
C++20 removed argument type typedefs in standard function objects, which made it impossible to deduce the attribute value type from the standard function objects. This caused compilation errors with VS2022 in C++20 mode.