Skip to content

Commit

Permalink
minor: update namespace for bounded queue example (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Oct 11, 2024
1 parent a7c4dcc commit cbf3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concurrent/bounded_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
```c++
#include <babylon/concurrent/bounded_queue.h>

using ::baidu::feed::mlarch::babylon::ConcurrentBoundedQueue;
using ::babylon::ConcurrentBoundedQueue;
// 显式定义一个队列
using Queue = ConcurrentBoundedQueue<::std::string>;
Queue queue;
Expand Down

0 comments on commit cbf3f2a

Please sign in to comment.