summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/parse_numbers.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Add std::__conditional_t alias templateJonathan Wakely2021-10-011-3/+3
* libstdc++: Fix headers that can't be used as header units [PR 99413]Jonathan Wakely2021-03-101-0/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix some warnings in headersJonathan Wakely2020-10-291-1/+1
* libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely2020-07-071-2/+2
* libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely2020-02-171-4/+4
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely2018-03-021-3/+9
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* parse_numbers.h (_Number_help): Fix divide-by-zero.Jonathan Wakely2014-06-231-3/+3
* parse_numbers.h (__parse_int::_Number_help): Check for overflow.Jonathan Wakely2014-05-161-0/+1
* re PR libstdc++/61166 (overflow when parse number in std::duration operator"")Ed Smith-Rowland2014-05-161-234/+104
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Implement C++14 digit separators.Edward Smith-Rowland2013-10-311-2/+2
* Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland2013-06-011-0/+417