We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0872f09 commit a83bba9Copy full SHA for a83bba9
1 file changed
CHANGELOG.md
@@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16
- `std::atomic<intrusive_shared_ptr>::operator=` now returns `value_type` insted of `void` as is required by the
17
standard.
18
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 *)`
22
23
## [1.9] - 2025-05-11
24
0 commit comments