A new WG21 paper is available. A copy is linked below, and will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4044
Date: 2014-05-24
A Three-Class IP Address Proposal, Revision 1
by Christopher Kohlhoff
Excerpt:
This proposal describes a three-class design for IP address classes:
- A vocabulary type,
ip::address
, for use in IP version independent code.- An IPv4-specific type
ip::address_v4
.- An IPv6-specific type
ip::address_v6
.
Add a Comment
Comments are closed.