[odb-users] Wrapping existing members with std::atomic<>

Andrew Cunningham andrew at a-cunningham.com
Thu Jul 13 15:01:09 EDT 2017


                I need to take some of my 'existing' persistent member
variables (typically int and bool) and wrap them in std::atomic<> without
messing with my schema.

                Can you suggest a strategy? I can imagine a number of ways
, but the best approach is not that obvious.


Andrew


More information about the odb-users mailing list