Linux:No manual entry for std::vector
1、报错
# man std::vector
No manual entry for std::vector
2、解决
# yum install -y libstdc++-docs


3、验证
# man std::vector

4、参考
https://stackoverflow.com/questions/19184983/is-it-possible-to-use-man-stdfind-in-linux
博客围绕Linux系统中出现的‘No manual entry for std::vector’报错展开,介绍了解决该报错的方法,并对解决结果进行验证,还给出了参考链接。

849

被折叠的 条评论
为什么被折叠?



