mirror of
https://github.com/boostorg/core.git
synced 2025-05-10 07:13:54 +00:00
Corrected Boost release version, added links in changelog.
This commit is contained in:
parent
5e95d28eb6
commit
a67ec1f75c
@ -6,11 +6,11 @@
|
||||
|
||||
[section Revision History]
|
||||
|
||||
[section Changes in 1.80.0]
|
||||
[section Changes in 1.81.0]
|
||||
|
||||
* `empty_value` members are now marked as `constexpr`.
|
||||
* Added `fclose_deleter`, a deleter that calls `std::fclose` on a pointer to `std::FILE`.
|
||||
* Bit manipulation utilities in `boost/core/bit.hpp` now explicitly require unsigned integers on input.
|
||||
* [link core.empty_value `empty_value`] members are now marked as `constexpr`.
|
||||
* Added [link core.fclose_deleter `fclose_deleter`], a deleter that calls `std::fclose` on a pointer to `std::FILE`.
|
||||
* Bit manipulation utilities in [link core.bit `boost/core/bit.hpp`] now explicitly require unsigned integers on input.
|
||||
([@https://github.com/boostorg/core/issues/129 #129])
|
||||
* `bit_width` now returns `int` instead of a value of the input argument type. This follows the
|
||||
resolution of [@https://cplusplus.github.io/LWG/issue3656 LWG3656].
|
||||
|
Loading…
x
Reference in New Issue
Block a user