Skip to content

Releases: Alinshans/MyTinySTL

v2.0.1

17 Nov 08:10
037529e
Compare
Choose a tag to compare
  • 修复了一些函数
  • 更新了文档

v2.0.0-beta

19 Aug 12:39
Compare
Choose a tag to compare

MyTinySTL 发布了 v.2.0.0-beta 版,并做了大量的修改,主要包括以下方面:

  • 不再使用内存池
  • 移除容器对用户定义的 allocator 的支持
  • 容器新增了许多接口,并与 C++11 标准相适应
  • 增加异常规范,明确函数异常安全
  • 修改命名不当的地方,移除 __ 等保留的命名
  • 重构大量容器与部分函数
  • 修复大量 bug

v1.1.0

03 Feb 16:06
Compare
Choose a tag to compare

v1.1.0 Updated are as follows:

  • The memory pool is adjusted.
  • Rewrite and refactor some functions.
  • Fix bug for containers and functions.
  • Add test on Travis CI and AppVeyor.