forked from OSchip/llvm-project
![]() This implements a not accepted LWG issue. Not doing so would require integral types to use the handle class instead of being directly stored in the basic_format_arg. The previous code used `std::forward` in places where it wasn't required by the Standard. These are now removed. Implements: - P2418R2 Add support for std::generator-like types to std::format - LWG 3631 basic_format_arg(T&&) should use remove_cvref_t<T> throughout Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D127570 |
||
---|---|---|
.. | ||
P2418.pass.cpp | ||
format.locale.pass.cpp | ||
format.locale.verify.cpp | ||
format.pass.cpp | ||
format.verify.cpp | ||
format_tests.h | ||
format_to.locale.pass.cpp | ||
format_to.locale.verify.cpp | ||
format_to.pass.cpp | ||
format_to.verify.cpp | ||
format_to_n.locale.pass.cpp | ||
format_to_n.locale.verify.cpp | ||
format_to_n.pass.cpp | ||
format_to_n.verify.cpp | ||
formatted_size.locale.pass.cpp | ||
formatted_size.locale.verify.cpp | ||
formatted_size.pass.cpp | ||
formatted_size.verify.cpp | ||
locale-specific_form.pass.cpp | ||
vformat.locale.pass.cpp | ||
vformat.pass.cpp | ||
vformat_to.locale.pass.cpp | ||
vformat_to.pass.cpp |