From 0ccf9c3d6e114d99fc698a0200b7ecec995d5ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tyge=20L=C3=B8vset?= Date: Sun, 12 Jan 2025 21:41:47 +0100 Subject: [PATCH] RELEASE STC V5.0! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42e69a3e..71a3c3d3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # STC - Smart Template Containers -## Pre-release 5.0 +## Release 5.0 STC is a comprehensive, modern, typesafe and fast templated general purpose container and algorithms library for C99. It aims to make C-programming even more fun, more productive and safer. @@ -143,7 +143,7 @@ used container type instances (more than 2-3 TUs), consider creating a separate #endif ``` So anyone may use the shared vec-type. Implement the shared functions in one C file (if several containers are shared, -you may define STC_IMPLEMENT on top of the file once instead). +you may define STC_IMPLEMENT on top of the file once instead): ```c++ // shared.c #define i_implement // implement the shared intvec.