Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4610e7f
[time.parse]
MattStephanson Mar 17, 2021
bce1e82
clang-format
MattStephanson Mar 23, 2021
04623f1
formatting
MattStephanson Mar 23, 2021
decc96d
Fix nitpicks and typos.
StephanTLavavej Mar 23, 2021
e8f833f
Avoid `&=` with bool.
StephanTLavavej Mar 24, 2021
f77db78
Consolidate _Out_of_range tests into a "table".
StephanTLavavej Mar 24, 2021
6b523e1
Make _Original_leap const.
StephanTLavavej Mar 24, 2021
750788c
Mark parse() as _NODISCARD.
StephanTLavavej Mar 24, 2021
ed4bc67
Move parse() SFINAE into default template arguments.
StephanTLavavej Mar 24, 2021
dbaf8eb
Construct basic_string<CharT>{fmt}.
StephanTLavavej Mar 24, 2021
c790344
Verify to_chars() success and room for null terminator.
StephanTLavavej Mar 24, 2021
a61f4ad
Resolve nitpicks.
StephanTLavavej Mar 25, 2021
a4791c0
Use template argument deduction for test_parse() and fail_parse().
StephanTLavavej Mar 25, 2021
abfff4f
Check _Update return value
MattStephanson Mar 25, 2021
20a9456
Simplifications
MattStephanson Mar 25, 2021
43e9c18
typo
MattStephanson Mar 25, 2021
49144f8
Check for overflows
MattStephanson Mar 25, 2021
f3118cc
Only check HMS out-of-range for time_point overloads
MattStephanson Mar 25, 2021
6505947
Improved fixed-format parsing
MattStephanson Mar 25, 2021
689e661
Detect subsecond truncation for integral rep
MattStephanson Mar 25, 2021
50d50f5
Remove %j bounds check for duration
MattStephanson Mar 25, 2021
f39d3a2
wchar_t updates
MattStephanson Mar 26, 2021
de50eab
formatting
MattStephanson Mar 26, 2021
e8e2f40
numeric_limits can be unqualified.
StephanTLavavej Mar 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading