避免使用vector<bool>

来源:互联网 发布:淘宝上有卖迷幻听话水 编辑:程序博客网 时间:2024/04/29 23:23
避免使用vector<bool>,vector中存储bool是一个bit,在访问元素取地址时会有误
原创粉丝点击