From ff84705c03e06ad2f44396719253fe0fb8112171 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 21 Jan 2021 11:25:31 +0100 Subject: Updated docs. --- docs/cqueue_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cqueue_api.md') diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index 04454a0e..7a225e92 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -7,7 +7,7 @@ See the c++ class [std::queue](https://en.cppreference.com/w/cpp/container/queue ## Declaration ```c -#define using_cqueue(X, ctype) +using_cqueue(X, ctype) ``` The macro `using_cqueue()` must be instantiated in the global scope. **cqueue** uses normally a **cdeq_X** or **clist_X** type as underlying implementation, given as `ctype`. See example below for usage. -- cgit v1.2.3