This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Libpmemobj-cpp Version 1.5.2
lukaszstolarczuk
released this
28 Jun 16:02
·
2057 commits
to master
since this release
This release fixes minor bugs.
This is the last patch release for libpmemobj-cpp 1.5 version.
Maintenance of this version is no longer supported.
Notable changes:
- operator[] for contiguous_iterator takes signed integral instead of unsigned
- throw an exception when pmemobj_mutex_unlock fail
- fix crash when a previous transaction failed to start because of already taken lock.