A new WG21 paper is available. A copy is linked below, and the paper 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: N3603
Date: 2013-03-17
A Three-Class IP Address Proposal
by Christopher Kohlhoff
Excerpt:
This proposal describes a three-class design for IP address classes:
- A vocabulary type,
, for use in IP version independent code.
ip::address
- An IPv4-specific type
.
ip::address_v4
- An IPv6-specific type
.
ip::address_v6
Add a Comment
Comments are closed.