Internal change

PiperOrigin-RevId: 368537620
This commit is contained in:
hai007
2021-04-14 17:03:36 -07:00
committed by Copybara-Service
parent 217bd7931e
commit 66bf810579
24 changed files with 1577 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class AtomicUint32 : public api::AtomicUint32 {
// Atomically reads and returns stored value.
// TODO(b/184975123): replace with real implementation.
std::uint32_t Get() const override = 0;
std::uint32_t Get() const override { return 0; };
// Atomically stores value.
// TODO(b/184975123): replace with real implementation.