aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/charconv.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-11Avoid warnings in <charconv>Jonathan Wakely1-5/+5
2019-09-09Minor std::to_chars optimisation for base 10Antony Polukhin1-3/+3
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely1-0/+106