chore: specialize Atomic<std::shared_ptr<T>> (#5133)

This commit is contained in:
nerix
2024-01-26 21:55:30 +01:00
committed by GitHub
parent 5f2e01b611
commit 5cd4c51f07
2 changed files with 68 additions and 1 deletions
+1
View File
@@ -133,6 +133,7 @@
- Dev: Added benchmark for parsing and building recent messages. (#5071)
- Dev: Boost is depended on as a header-only library when using conan. (#5107)
- Dev: Added signal to invalidate paint buffers of channel views without forcing a relayout. (#5123)
- Dev: Specialize `Atomic<std::shared_ptr<T>>` if underlying standard library supports it. (#5133)
## 2.4.6