Browse Source

branches.hpp

tests
Antonio SJ Musumeci 4 days ago
parent
commit
b9fda0774b
  1. 2
      src/branches.hpp

2
src/branches.hpp

@ -65,7 +65,7 @@ public:
public: public:
using Ptr = Branches::Impl::Ptr; using Ptr = Branches::Impl::Ptr;
operator Ptr() { return _impl; }
operator Ptr() { return std::atomic_load(&_impl); }
public: public:
u64 minfreespace = MINFREESPACE_DEFAULT; u64 minfreespace = MINFREESPACE_DEFAULT;

Loading…
Cancel
Save