mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 16:26:17 +08:00
Updated release notes
This commit is contained in:
parent
1523e63e35
commit
c004cc9d50
@ -46,7 +46,6 @@ type: hextra-home
|
|||||||
<div>
|
<div>
|
||||||
<a href="https://www.etlcpp.com/sponsor.html"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor"></a>
|
<a href="https://www.etlcpp.com/sponsor.html"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Version
|
## Version
|
||||||
|
|||||||
@ -20,6 +20,7 @@ Click on the links to see the original Github page.
|
|||||||
[#1492](https://github.com/ETLCPP/etl/pull/1492) Allow `etl::vector` to store pointers to functions and member functions
|
[#1492](https://github.com/ETLCPP/etl/pull/1492) Allow `etl::vector` to store pointers to functions and member functions
|
||||||
[#1494](https://github.com/ETLCPP/etl/pull/1494) Refactor `variant::emplace` to perfect forward args instead of copy/move construct
|
[#1494](https://github.com/ETLCPP/etl/pull/1494) Refactor `variant::emplace` to perfect forward args instead of copy/move construct
|
||||||
[#1495](https://github.com/ETLCPP/etl/pull/1495) Separate bit order and endianness in `bit_stream.h`
|
[#1495](https://github.com/ETLCPP/etl/pull/1495) Separate bit order and endianness in `bit_stream.h`
|
||||||
|
[#1496](https://github.com/ETLCPP/etl/pull/1496) Fix non-assignable alternatives in variant
|
||||||
|
|
||||||
## 20.48.0
|
## 20.48.0
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
#1492 Allow etl::vector to store pointers to functions and member functions
|
#1492 Allow etl::vector to store pointers to functions and member functions
|
||||||
#1494 Refactor variant::emplace to perfect forward args instead of copy/move construct
|
#1494 Refactor variant::emplace to perfect forward args instead of copy/move construct
|
||||||
#1495 Separate bit order and endianness in bit_stream.h
|
#1495 Separate bit order and endianness in bit_stream.h
|
||||||
|
#1496 Fix non-assignable alternatives in variant
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
20.48.0
|
20.48.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user