diff --git a/doc/std-rfc.html b/doc/std-rfc.html index 9aa3677..7ce39cf 100644 --- a/doc/std-rfc.html +++ b/doc/std-rfc.html @@ -25,12 +25,12 @@ body - + + 2017-11-10 @@ -44,7 +44,7 @@ body -

Endian Library Request for Comments (R0)

+

Endian Library Request for Comments (R1)

Abstract

@@ -52,8 +52,10 @@ body endianness of integers and user-defined types. It provides three approaches to dealing with endianness: conversion functions, buffer classes, and arithmetic classes. 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 components to +has use cases where it is preferred by users over the other approaches, but +adding all three approaches to the standard library would likely be too much of +a good thing. The purpose of +this RFC is to determine interest in adding the Boost conversion functions alone to the C++ standard library or a library TS.

Introduction

The Boost Endian documentation (www.boost.org/libs/endian/doc) @@ -75,51 +77,55 @@ Arithmetic FAQ, and Buffers FAQ answer a lot of question likely to arise during standardization.

Motivation for standardization

-
Doc. no.:P0803R0D0803R1
Date: - 2017-10-15
Reply to: