2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-22 05:22:11 +00:00
Files
log/example
Andrey Semashev e957369c80 Explicitly specify attribute value type for make_attr_ordering in examples.
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.
2021-10-26 00:56:17 +03:00
..