llvm-project
e6521814
- [libc++] Avoid including <format> code in <optional> (#179466)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
[libc++] Avoid including <format> code in <optional> (#179466) This patch moves `format_kind` to `<__fwd/format.h>` and moves the mandate of `basic_format_context` into the class body. This reduces the time it takes to parse `<optional>` by ~14%.
References
#179466 - [libc++] Avoid including <format> code in <optional>
Author
philnik777
Parents
b881949e
Loading