Commit a5119cce authored by Aaryaman Sagar's avatar Aaryaman Sagar Committed by Facebook Github Bot

Fix mimic comment for atomic_uint_fast_wait_t

Summary: Forgot to include the paper number

Reviewed By: yfeldblum

Differential Revision: D9650597

fbshipit-source-id: 05c0720a18ee39a8085739a72fea269589e3c0fa
parent 14812ec5
...@@ -59,7 +59,7 @@ void atomic_notify_one(const std::atomic<Integer>* atomic); ...@@ -59,7 +59,7 @@ void atomic_notify_one(const std::atomic<Integer>* atomic);
template <typename Integer> template <typename Integer>
void atomic_notify_all(const std::atomic<Integer>* atomic); void atomic_notify_all(const std::atomic<Integer>* atomic);
// mimic: std::atomic_uint_fast_wait_t // mimic: std::atomic_uint_fast_wait_t, p1135r0
using atomic_uint_fast_wait_t = std::atomic<std::uint32_t>; using atomic_uint_fast_wait_t = std::atomic<std::uint32_t>;
} // namespace folly } // namespace folly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment