简体   繁体   English

C ++中的网络库14

[英]Networking Library in C++14

Herb Sutter writes here (on his ISO C++ Spring 2013 meeting trip report) that a networking library is planned to be added to C++14. Herb Sutter在这里 (在他的ISO C ++ Spring 2013会议旅行报告中)写道,计划将一个网络库添加到C ++ 14中。

What features would this library have initially? 这个库最初有哪些功能? What is it based on? 它的基础是什么? Is there a proof-of-concept implementation? 是否存在概念验证实施? My Google-fu must be seriously lacking, because I can't even find the proposal draft. 我的谷歌必须严重缺乏,因为我甚至找不到提案草案。

There are a series of blog posts on http://meetingcpp.com/ listing the proposals for C++14: part 1 , part 2 , part 3 and part 4 . http://meetingcpp.com/上有一系列博客文章列出了C ++ 14的提案: 第1 部分第2 部分第3 部分第4部分 Among all these, I can only find two network-related proposals: 在所有这些中,我只能找到两个与网络相关的提议:

Is this all? 这都是? Will the C++ network library have only these facilities? 请问 C ++网络库只有这些设施? I don't even know whether these passed the vote or not, as Michael Wong's two part review of the same meeting (Bristol, April 2013) doesn't even mention them. 我甚至不知道这些是否通过了投票,因为Michael Wong对同一次会议的 部分评论(布里斯托尔,2013年4月)甚至没有提到它们。

a networking library is planned to be added to C++14. 计划将一个网络库添加到C ++ 14中。

A networking library (or set of library components) will appear as a separate Technical Specification, not as part of C++14. 网络库(或一组库组件)将作为单独的技术规范出现,而不是作为C ++ 14的一部分。

I can only find two network-related proposals 我只能找到两个与网络相关的提案

The blog posts don't list all the proposals in the mailings, just the ones someone has found time to write up, there are others such as: 博客文章没有列出邮件中的所有提案,只是有人找时间写的,还有其他如下:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3360.pdf http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3360.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3374.htm http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3374.htm
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3388.pdf http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3388.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3389.pdf http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3389.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3565.pdf http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3565.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf

What will be part of the TS isn't decided yet AFAIK. 什么将成为TS的一部分还没有决定AFAIK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM