-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.25 KB
/
index.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
<html>
<head>
<title>Proposals (Arcoth)</title>
<style type="text/css">
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
</style>
</head>
<body>
<h2> Proposals</h2>
Papers for ISO/IEC JTC1/SC22/WG21 (C++ standardization committee), primarily targeted at the Evolution WG. Comments and suggestions to r.hl{at}gmx{dot}net.
<ul>
<li><a href=ArrayUnknownBoundConv.html>Permit conversions to arrays of unknown bound</a></li>
<li><a href=template_keyword_in_unqualified-ids.html><tt>template</tt> keyword in <em>unqualified-id</em>s</a></li>
<li><a href=UsingDeclarationPacks.html>Modernizing <em>using-declaration</em>s</a></li>
<li><a href=alignof_objects.html>Querying the alignment of an object</a></li>
</ul>
<h3>WIP</h3>
<ul>
<li><a href=AnonymousObjects.html>Anonymous objects</a></li>
<li><a href=EmptyLvalues.html>Fine grained expression and reference classification</a></li>
</ul>
<h3>Abandoned </h3>
<ul>
<li><a href=FreePacks.html>Free packs</a></li>
<li><a href=MultiFor.html>Range-based for with multiple ranges</a> (turned out to be a duplicate and Evolution rejected a core solution altogether) </li>
</ul>
</body></html>