diff options
Diffstat (limited to 'absl/synchronization/notification.h')
-rw-r--r-- | absl/synchronization/notification.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/synchronization/notification.h b/absl/synchronization/notification.h index 107932f2..99f8ee63 100644 --- a/absl/synchronization/notification.h +++ b/absl/synchronization/notification.h @@ -56,6 +56,7 @@ #include "absl/time/time.h" namespace absl { +inline namespace lts_2018_06_20 { // ----------------------------------------------------------------------------- // Notification @@ -108,5 +109,6 @@ class Notification { std::atomic<bool> notified_yet_; // written under mutex_ }; +} // inline namespace lts_2018_06_20 } // namespace absl #endif // ABSL_SYNCHRONIZATION_NOTIFICATION_H_ |