Skip to content

Commit 96b3047

Browse files
committed
[references] Add references an un-note "herein" paragraph
[namespaces] Update LFTS namespace to fundamentals_v2. Fixes NB US-8 (PDTS).
1 parent 049653c commit 96b3047

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/namespaces.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
\end{codeblock}
1717

1818
\pnum
19-
Unless otherwise specified, references to other entities described in this Technical Specification are assumed to be qualified with \tcode{std::experimental::net::v1::}, references to entities described in the \Cpp standard are assumed to be qualified with \tcode{std::}, and references to entities described in \Cpp Extensions for Library Fundamentals are assumed to be qualified with \tcode{std::experimental::fundamentals_v1::}.
19+
Unless otherwise specified, references to other entities described in this Technical Specification are assumed to be qualified with \tcode{std::experimental::net::v1::}, references to entities described in the \Cpp standard are assumed to be qualified with \tcode{std::}, and references to entities described in \Cpp Extensions for Library Fundamentals are assumed to be qualified with \tcode{std::experimental::fundamentals_v2::}.
2020

2121

src/references.tex

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
\pnum
66
The following referenced documents are indispensable for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies.
77

8+
\begin{itemize}
9+
\item ISO/IEC 14882:2014, \doccite{Programming languages --- C++}
10+
\item ISO/IEC TS 19568:2015, \doccite{C++ Extensions for Library Fundamentals}
11+
\item ISO/IEC 9945:2003, \doccite{Information Technology --- Portable
12+
Operating System Interface (POSIX)}
13+
\end{itemize}
14+
815
\pnum
9-
\begin{note} The programming language and library described in ISO/IEC 14882 is herein called the \Cpp Standard. References to clauses within the \Cpp Standard are written as ``\CppXref{library}''. The operating system interface described in ISO/IEC 9945 is herein called POSIX. \end{note}
16+
The programming language and library described in ISO/IEC 14882 is herein called the \Cpp Standard.
17+
References to clauses within the \Cpp Standard are written as ``\CppXref{library}''.
18+
The operating system interface described in ISO/IEC 9945 is herein called POSIX.
1019

1120
\pnum
1221
This Technical Specification mentions commercially available operating systems for purposes of exposition. POSIX\textregistered\ is a registered trademark of The IEEE. Windows\textregistered\ is a registered trademark of Microsoft Corporation. This information is given for the convenience of users of this document and does not constitute an endorsement by ISO or IEC of these products.

0 commit comments

Comments
 (0)