mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
- Add natvis definition to changelog
- Replace BOOST_TRY with try in example
This commit is contained in:
@@ -2308,13 +2308,13 @@ we should call to unlock it:
|
||||
|
||||
[c++]
|
||||
|
||||
BOOST_TRY{
|
||||
try{
|
||||
//Mutex operations
|
||||
}
|
||||
BOOST_CATCH(...){
|
||||
catch(...){
|
||||
//What should we call? "unlock()" or "unlock_sharable()"
|
||||
//Is the mutex locked?
|
||||
} BOOST_CATCH_END
|
||||
}
|
||||
|
||||
We can use [*lock transfer] to simplify all this management:
|
||||
|
||||
@@ -6831,6 +6831,8 @@ thank them:
|
||||
* [@https://github.com/boostorg/interprocess/pull/207 GitHub #207 (['"cmake: link system libraries"])].
|
||||
* [@https://github.com/boostorg/interprocess/pull/214 GitHub #214 (['"Doc: Fix github links"])].
|
||||
|
||||
* Added natvis definition for `offset_ptr`. Many thanks to Braden Ganetsky.
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:release_notes_boost_1_85_00 Boost 1.85 Release]
|
||||
|
||||
Reference in New Issue
Block a user