[libcxx-commits] [libcxx] [libc++] Replace `std::optional` in `__format/format_context.h` with a re-implementation (PR #148876)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 15 09:07:37 PDT 2025


ldionne wrote:

I tend to agree: I would try to break the circular dependency some other way (e.g. a forward declaration header) in order to avoid reimplementing `optional`.

https://github.com/llvm/llvm-project/pull/148876


More information about the libcxx-commits mailing list