summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-19 15:28:27 +0200
committerGitHub <[email protected]>2021-09-19 15:28:27 +0200
commit3d4b1a6435054b237bfc4ad00664dee960e45bfe (patch)
treea73e398bc9a44be37d043faabdc74d9ddaf48ada
parent0a3fe6211933a8be6ec71ff82a3077da7012e667 (diff)
downloadSTC-modified-3d4b1a6435054b237bfc4ad00664dee960e45bfe.tar.gz
STC-modified-3d4b1a6435054b237bfc4ad00664dee960e45bfe.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6cff9b12..a6c642db 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ Highlights
- **Dual mode compilation** - By default it is a simple header-only library with inline and static methods only, but you can easily switch to create a traditional library with shared symbols, without changing existing source files. See the Installation section.
- **No callback functions** - All passed template argument functions/macros are directly called from the implementation, no slow callbacks which requires storage.
- **Compiles with C++ and C99** - C code can be compiled with C++.
+- **Container prefix and forward declaration** - Templated containers may have user defined prefix, e.g. MyVec_push_back(). They may also be forward declared without including the full API/implementation. See documentation below.
Performance
-----------