summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-17 13:13:11 +0100
committerTyge Løvset <[email protected]>2020-12-17 13:13:11 +0100
commit512086cdf69bbfadd794fb5e751fb681222a4adf (patch)
treeea3b87efda66382c2728990618ca3a6ae30bc3af /README.md
parent83a259d155742f669b972649ff8c9607c8abe081 (diff)
downloadSTC-modified-512086cdf69bbfadd794fb5e751fb681222a4adf.tar.gz
STC-modified-512086cdf69bbfadd794fb5e751fb681222a4adf.zip
Renamed cpqueue (priority queue) container to cpque.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a57740d0..f03ac200 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ An elegant, fully typesafe, generic, customizable, user-friendly, consistent, an
- [***cvec*** - Generic dynamic **vector** type](docs/cvec_api.md)
- [***cstack*** - A **stack** adapter type](docs/cstack_api.md)
- [***cqueue*** - A **queue** adapter type](docs/cqueue_api.md)
-- [***cpqueue*** - A **priority queue** adapter type](docs/cpqueue_api.md)
+- [***cpque*** - A **priority queue** adapter type](docs/cpque_api.md)
- [***cptr*** - Support for pointers and shared pointers in containers](docs/cptr_api.md)
- [***copt*** - Implements *copt_get()*, a **getopt_long**-like function](docs/copt_api.md)
- [***crand*** - A few very efficent modern **random number generators**](docs/crand_api.md)