Is libstdc++ support for std::unordered_map incomplete?

非 Y 不嫁゛ 提交于 2019-12-05 05:34:43

In latest doxygen docs generated on 2013-08-01, it's there on line 178:

explicit
unordered_map(const allocator_type& __a)
: _M_h(__a)
{ }

However, in the docs for 4.8.1 it's not there, which is the same as my local one. As as far as g++4.8 is concerned its not implemented.

Found the link to the patch. It was dated 2013-04-22, which was a little after the release of 4.8.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!