File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11v5 2022-10-20
22
33 * Fixed issue #22, a regression with strong::formattable and fmtlib.
4- A type that is strong::ostreamable con be formatted with fmt. A
4+ A type that is strong::ostreamable can be formatted with fmt. A
55 type that is both strong::formattable and strong::ostreamable will
6- use the types formatter<> when using fmt. The behaviour of std::format
7- is unchanged.
6+ use the type's formatter<> when using fmt. The behaviour of
7+ std::format is unchanged.
88
99 * strong::arithmetic no longer specializes std::is_arithmetic<>. Issue
10- #19. This is expressively disallowed by the stdandard and is undefined
10+ #19. This is expressively disallowed by the standard and is undefined
1111 behaviour. Sorry for this potentially breaking change, but it was
1212 always wrong.
1313
You can’t perform that action at this time.
0 commit comments