diff options
author | Abseil Team <absl-team@google.com> | 2018-02-16T09·13-0800 |
---|---|---|
committer | Mark Barolak <mbar@google.com> | 2018-02-16T15·50-0500 |
commit | e2d17845973714cda3e828c16131f245dd82b2b6 (patch) | |
tree | 0636df21c6f8aed316f8d1b49ea699f6484cb09a /absl/synchronization | |
parent | 055cc7dce10aa6bd7cc2ef64e0fe453fb792da62 (diff) |
Changes imported from Abseil "staging" branch:
- db6fa2aed56380c6708670659c6f8603284fcc4a Rework Abseil cmake/README.md by Abseil Team <absl-team@google.com> - 192c7d3553bc0fe98f6935ccecff48ed785d89f0 Add function attribute ABSL_ATTRIBUTE_FUNC_ALIGN(bytes) t... by Abseil Team <absl-team@google.com> - 1a93e95c71c656add346a0c1771bec26417347ad Internal change by Abseil Team <absl-team@google.com> - 5c6d3e023a8749a5cc89f4cc6b57b6684a28b1c1 Internal change by Shaindel Schwartz <shaindel@google.com> - e415990ea54cf882646b0bc0a75a6e3c6741ce5f Fix testing of UTF8 characters on Windows (https://github... by Abseil Team <absl-team@google.com> GitOrigin-RevId: db6fa2aed56380c6708670659c6f8603284fcc4a Change-Id: I128a7ca751fa207ef272809c1b908568d187c87e
Diffstat (limited to 'absl/synchronization')
-rw-r--r-- | absl/synchronization/blocking_counter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/blocking_counter.h b/absl/synchronization/blocking_counter.h index 476d5f8f9885..557ed028fe52 100644 --- a/absl/synchronization/blocking_counter.h +++ b/absl/synchronization/blocking_counter.h @@ -93,4 +93,5 @@ class BlockingCounter { }; } // namespace absl + #endif // ABSL_SYNCHRONIZATION_BLOCKING_COUNTER_H_ |