Skip to content

Commit a83bba9

Browse files
committed
Updating CHANGELOG
1 parent 0872f09 commit a83bba9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
- `std::atomic<intrusive_shared_ptr>::operator=` now returns `value_type` insted of `void` as is required by the
1717
standard.
1818

19+
### Changed
20+
- `is_lock_free()` and `is_always_lock_free` for `std::atomic<intrusive_shared_ptr>` now return `false`.
21+
- Size of `std::atomic<intrusive_shared_ptr>` is now greater than `sizeof(T *)` and less or equal to `2 * sizeof(T *)`
1922

2023
## [1.9] - 2025-05-11
2124

0 commit comments

Comments
 (0)