libpmemobj-cpp icon indicating copy to clipboard operation
libpmemobj-cpp copied to clipboard

C++ bindings & containers for libpmemobj

Results 85 libpmemobj-cpp issues
Sort by recently updated
recently updated
newest added

We need to decide how ```destroy()``` method has to work with transactions.

concurrent_map

Currently, we have no way of disallowing (or even warning) when some type with non-standardized layout is stored on pmem. This include types from std (like containers, and even std::pair)....

Type: Feature

// this is just a draft PR - we will (most likely) not merge all of these changes, as they are way too advanced (and not required) for the stable...

![5B99931C-B545-458C-84C6-D0829DD9951E](https://user-images.githubusercontent.com/43542395/217987500-601c57aa-4db4-4316-bdef-519cea5afc96.png) How to solve the error? I think may it is a bug . Thanks ~

Type: Bug

# QUESTION: Does libpmemobj or libpmemobj-cpp support dev-dax mode? ## Details Hello, I would like to program in devdax mode, I wonder if libpmemobj or libpmemobj-cpp supports devdax mode or...

Type: Question