Initial commit

This commit is contained in:
Beman
2017-10-15 10:03:37 -04:00
parent 739bc40bfc
commit d89e6ddc62

70
doc/std-rfc.html Normal file
View File

@ -0,0 +1,70 @@
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body
{
font-family: arial, sans-serif;
max-width: 6.75in;
margin: 0px auto;
font-size: 85%;
}
ins {background-color: #CCFFCC; text-decoration: none;}
del {background-color: #FFCACA; text-decoration: none;}
pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;}
code {font-family: "courier new", courier, serif;}
table {font-size: 90%;}
</style>
<title>Endian RFC</title>
</head>
<body>
<table>
<tr>
<td align="left">Doc. no.:</td>
<td align="left"><span style="background-color: #FFFF00">D0000R0</span></td>
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y-%m-%d" startspan -->2017-10-04<!--webbot bot="Timestamp" endspan i-checksum="12054" --></td>
</tr>
<tr>
<td align="left">Reply to:</td>
<td align="left">Beman Dawes &lt;bdawes at acm dot org&gt;
</tr>
<tr>
<td align="left">Audience:</td>
<td align="left">Library Evolution</td>
</tr>
</table>
<h1 align="center">Endian Library Request for Comments (R0)</h1>
<h2>Abstract</h2>
<p>The Boost Endian library manipulates the
<a href="https://en.wikipedia.org/wiki/Endianness">endianness</a> of integers
and user-defined types. It provides three approaches to dealing with endianness:
conversion functions, buffer classes, and full arithmetic types. Each approach
has use cases where it is preferred over the other approaches. The purpose of
this RFC is to determine interest in adding all or any of these approaches to
the C++ standard library.</p>
<h2>Introduction</h2>
<h2>Motivation for standardization</h2>
<h2>Impact on the standard library</h2>
<h2>Proposed wording</h2>
<h2>Questions for the Library Evolution Group</h2>
<h2>Acknowledgements</h2>
<hr>
<p>&nbsp;</p>
</body>
</html>