- Add natvis definition to changelog

- Replace BOOST_TRY with try in example
This commit is contained in:
Ion Gaztañaga
2024-07-29 00:32:51 +02:00
parent 60cef1c91f
commit b8fc3fd422

View File

@@ -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]