13
0

likely temporary change to visibility inside PBD::int62.h

This commit is contained in:
Paul Davis 2020-09-20 16:36:29 -06:00
parent 111f10638d
commit b2a4fe1b50

View File

@ -35,7 +35,7 @@
*/ */
class alignas(16) int62_t { class alignas(16) int62_t {
private: protected:
/* std::atomic<> takes care of memory barriers for us; the actual load and stores /* std::atomic<> takes care of memory barriers for us; the actual load and stores
are atomic on architectures that we're likely to care about. are atomic on architectures that we're likely to care about.
*/ */