bareos: master 408e31ab

Author Committer Branch Timestamp Parent
arogge pstorz master 2022-02-25 10:37 master e2459fc3 Pending
Changeset lib: add PoolMem(const std::string&) constructor

You can now construct a PoolMem from a std::string if needed. We also
mark the single-argument constructors explicit, so you can't
accidentially convert an integer oder char* into a PoolMem.
mod - core/src/lib/mem_pool.cc Diff File
mod - core/src/lib/mem_pool.h Diff File