-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.html
106 lines (95 loc) · 5.48 KB
/
ReleaseNotes.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Libc++ 11.0.0 (In-Progress) Release Notes — libc++ 11.0 documentation</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Using libc++" href="UsingLibcxx.html" />
<link rel="prev" title="“libc++” C++ Standard Library" href="index.html" />
</head><body>
<div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>libc++ 11.0 documentation</span></a></h1>
<h2 class="heading"><span>Libc++ 11.0.0 (In-Progress) Release Notes</span></h2>
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
<p>
«  <a href="index.html">“libc++” C++ Standard Library</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="UsingLibcxx.html">Using libc++</a>  »
</p>
</div>
<div class="content">
<div class="section" id="libc-11-0-0-in-progress-release-notes">
<h1>Libc++ 11.0.0 (In-Progress) Release Notes<a class="headerlink" href="#libc-11-0-0-in-progress-release-notes" title="Permalink to this headline">¶</a></h1>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#introduction" id="id1">Introduction</a></li>
<li><a class="reference internal" href="#what-s-new-in-libc-11-0-0" id="id2">What’s New in Libc++ 11.0.0?</a><ul>
<li><a class="reference internal" href="#new-features" id="id3">New Features</a></li>
<li><a class="reference internal" href="#api-changes" id="id4">API Changes</a></li>
</ul>
</li>
</ul>
</div>
<p>Written by the <a class="reference external" href="https://libcxx.llvm.org">Libc++ Team</a></p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">These are in-progress notes for the upcoming libc++ 11 release.
Release notes for previous releases can be found on
<a class="reference external" href="https://releases.llvm.org/download.html">the Download Page</a>.</p>
</div>
<div class="section" id="introduction">
<h2><a class="toc-backref" href="#id1">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
<p>This document contains the release notes for the libc++ C++ Standard Library,
part of the LLVM Compiler Infrastructure, release 11.0.0. Here we describe the
status of libc++ in some detail, including major improvements from the previous
release and new feature work. For the general LLVM release notes, see <a class="reference external" href="https://llvm.org/docs/ReleaseNotes.html">the LLVM
documentation</a>. All LLVM releases may
be downloaded from the <a class="reference external" href="https://llvm.org/releases/">LLVM releases web site</a>.</p>
<p>For more information about libc++, please see the <a class="reference external" href="https://libcxx.llvm.org">Libc++ Web Site</a> or the <a class="reference external" href="https://llvm.org">LLVM Web Site</a>.</p>
<p>Note that if you are reading this file from a Git checkout or the
main Libc++ web page, this document applies to the <em>next</em> release, not
the current one. To see the release notes for a specific release, please
see the <a class="reference external" href="https://llvm.org/releases/">releases page</a>.</p>
</div>
<div class="section" id="what-s-new-in-libc-11-0-0">
<h2><a class="toc-backref" href="#id2">What’s New in Libc++ 11.0.0?</a><a class="headerlink" href="#what-s-new-in-libc-11-0-0" title="Permalink to this headline">¶</a></h2>
<div class="section" id="new-features">
<h3><a class="toc-backref" href="#id3">New Features</a><a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
</div>
<div class="section" id="api-changes">
<h3><a class="toc-backref" href="#id4">API Changes</a><a class="headerlink" href="#api-changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>…</li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
<p>
«  <a href="index.html">“libc++” C++ Standard Library</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="UsingLibcxx.html">Using libc++</a>  »
</p>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011-2018, LLVM Project.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
</div>
</body>
</html>