Commit b236debd by Jonathan Wakely Committed by Jonathan Wakely

* include/std/chrono (system_clock): Fix typo in comment.

From-SVN: r240589
parent 58920998
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
......
...@@ -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 highest
// 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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment