Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b236debd
Commit
b236debd
authored
Sep 28, 2016
by
Jonathan Wakely
Committed by
Jonathan Wakely
Sep 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/std/chrono (system_clock): Fix typo in comment.
From-SVN: r240589
parent
58920998
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/include/std/chrono
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
b236debd
2016-09-28 Jonathan Wakely <jwakely@redhat.com>
2016-09-28 Jonathan Wakely <jwakely@redhat.com>
* include/std/chrono (system_clock): Fix typo in comment.
* include/experimental/bits/fs_fwd.h (file_time_type): Simplify
* include/experimental/bits/fs_fwd.h (file_time_type): Simplify
definition.
definition.
* src/filesystem/ops.cc (file_time): Take error_code parameter and
* src/filesystem/ops.cc (file_time): Take error_code parameter and
...
...
libstdc++-v3/include/std/chrono
View file @
b236debd
...
@@ -784,7 +784,7 @@ _GLIBCXX_END_NAMESPACE_VERSION
...
@@ -784,7 +784,7 @@ _GLIBCXX_END_NAMESPACE_VERSION
// Clocks.
// Clocks.
// Why nanosecond resolution as the default?
// Why nanosecond resolution as the default?
// Why have std::system_clock always count in the higest
// Why have std::system_clock always count in the hig
h
est
// resolution (ie nanoseconds), even if on some OSes the low 3
// resolution (ie nanoseconds), even if on some OSes the low 3
// or 9 decimal digits will be always zero? This allows later
// or 9 decimal digits will be always zero? This allows later
// implementations to change the system_clock::now()
// implementations to change the system_clock::now()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment