Releases: Ebola-Chan-bot/Cpp_Standard_Library
Releases · Ebola-Chan-bot/Cpp_Standard_Library
v3.2.0
v3.1.0
remove_cvref
<functional>
deduction guides
set::contains
shared_ptr
弃用mt19937
begin end
支持C样式数组
span
vector::cbegin cend
v3.0.0
支持ESP32架构
<chrono> chrono::duration
<cmath> log2
<dynarray>
<functional>
<memory> make_unique
<optional>
<ratio>
<unordered_map>
<unordered_set>
std::begin std::end
v2.0.0
改名为Cpp_Standard_Library:去除冗余的Arduino字段和空格。
std::vector::cbegin cend crbegin crend
v1.5.0
新增<random>ArduinoUrng
,作为mt19937
的替代,因为mt19937
占5㎅内存,不适用于嵌入式设备
v1.4.1
更新以满足Arduino公开库要求
v1.4.0
首个迁移版本,增加新特性:unique_ptr, shuffle, mt19937