-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmain.html
49 lines (45 loc) · 1.77 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="bower_components/cxx-html-doc-framework/framework.html"/>
</head>
<body unresolved="" class="cxx-draft">
<cxx-titlepage>
<cxx-project-number>19568</cxx-project-number>
<cxx-docnum>N????</cxx-docnum>
<time pubdate="">????-??-??</time>
<cxx-revises><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/n4948.html">N4948</a></cxx-revises>
<cxx-editor>
Thomas Köppe<br/>
Google DeepMind<br/>
<cxx-email>[email protected]</cxx-email>
</cxx-editor>
<hgroup>
<h1>C++ Extensions for Library Fundamentals, Version 3</h1>
<h2 lang="fr">Extensions C++ pour la bibliothèque fondamentaux, version 3</h2>
</hgroup>
</cxx-titlepage>
<cxx-toc></cxx-toc>
<!-- cxx-foreword id="foreword">
<p>This document was prepared by Joint Technical Committee ISO/IEC JTC 1,
Information Technology, Subcommittee SC 22, Programming languages, their
environments and system software interfaces. This edition of ISO/IEC
19568:20?? cancels and replaces the edition ISO/IEC 19568:2017, which has
been technically revised and includes the following changes:</p>
<ul>
<li>[to be provided]</li>
</ul>
</cxx-foreword -->
<cxx-include href="general.html"></cxx-include>
<cxx-include href="mods.html"></cxx-include>
<cxx-include href="utilities.html"></cxx-include>
<cxx-include href="func.html"></cxx-include>
<cxx-include href="memory.html"></cxx-include>
<cxx-include href="iterator.html"></cxx-include>
<cxx-include href="algorithms.html"></cxx-include>
<cxx-include href="numeric.html"></cxx-include>
<cxx-publish-button source="https://github.com/cplusplus/fundamentals-ts"></cxx-publish-button>
</body>
</html>