Code review comment for lp:~thomas-voss/dbus-cpp/fix-invalid-reads-in-executor

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

428 + std::uint64_t expected;
429 + std::atomic<std::uint64_t> counter;

Can you make these int (mainly the std::atomic<std::uint64_t> to std::atomic<int> ) so that it compiles in ppc?

« Back to merge proposal