摘要: 模仿STL标准库,无单独空间配置器alloc,无萃取机traits,无反向迭代器,end_of_storage配置不同于标准库,空间配置用了placement new,new,delete部分函数还没写,还未测试完全,后面会慢慢修改 #ifndef __ZSL_String__ #define __ZSL_String__ #include #include using namespace... 阅读全文
posted @ 2017-11-12 22:33 CoderZSL 阅读(256) 评论(0) 推荐(0) 编辑