File tree Expand file tree Collapse file tree 4 files changed +9642
-71
lines changed Expand file tree Collapse file tree 4 files changed +9642
-71
lines changed Original file line number Diff line number Diff line change 35
35
\begin {itemize }
36
36
\item Ecma International, \doccite {ECMAScript Language Specification},
37
37
Standard Ecma-262, third edition, 1999.
38
+ % %% Format for this entry is based on that specified at
39
+ % %% http://www.iec.ch/standardsdev/resources/draftingpublications/directives/principles/referencing.htm
40
+ \item INTERNET ENGINEERING TASK FORCE (IETF). RFC 6557:
41
+ Procedures for Maintaining the Time Zone Database [online].
42
+ Edited by E. Lear, P. Eggert.
43
+ February 2012 [viewed 2018-03-26].
44
+ Available at
45
+ \url {https://www.ietf.org/rfc/rfc6557.txt}
38
46
\item ISO/IEC 2382 (all parts), \doccite {Information technology ---
39
47
Vocabulary}
48
+ \item ISO 8601:2004, \doccite {Data elements and interchange formats ---
49
+ Information interchange --- Representation of dates and times}
40
50
\item ISO/IEC 9899:2011, \doccite {Programming languages --- C}
41
51
\item ISO/IEC 9945:2003, \doccite {Information Technology --- Portable
42
52
Operating System Interface (POSIX)}
Original file line number Diff line number Diff line change 10741
10741
enum class copy_options;
10742
10742
enum class directory_options;
10743
10743
10744
- using file_time_type = chrono::time_point<@ \textit { trivial-clock }@ >;
10744
+ using file_time_type = chrono::time_point<chrono::file_clock >;
10745
10745
10746
10746
// \ref {fs.op.funcs }, filesystem operations
10747
10747
path absolute(const path& p);
Original file line number Diff line number Diff line change 27
27
requirements.
28
28
If a template parameter is named \tcode {Predicate}, \tcode {operator()} applied to
29
29
the template argument shall return a value that is convertible to \tcode {bool}.
30
+ If a template parameter is named \tcode {Clock},
31
+ the corresponding template argument shall be a type \tcode {C}
32
+ for which \tcode {is_clock_v<C>} is \tcode {true};
33
+ otherwise the program is ill-formed.
30
34
31
35
\rSec 2[thread.req.exception]{Exceptions}
32
36
You can’t perform that action at this time.
0 commit comments