| 2016 | #endif |
| 2017 | template <typename OutputIt> |
| 2018 | inline auto write_loc(OutputIt, const loc_value&, const format_specs&, |
| 2019 | locale_ref) -> bool { |
| 2020 | return false; |
| 2021 | } |
| 2022 | |
| 2023 | template <typename UInt> struct write_int_arg { |
| 2024 | UInt abs_value; |