summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-19 20:52:12 +0200
committerTyge Løvset <[email protected]>2021-09-19 20:52:12 +0200
commit625a0fad0c1d187d56d3a9c9bb831987e9250e86 (patch)
tree62435df58e79689cb993f40aa54c1834b92fb62b
parentf0121ac2e342243e4a78020ce08c35b5297adb4e (diff)
parent3d4b1a6435054b237bfc4ad00664dee960e45bfe (diff)
downloadSTC-modified-625a0fad0c1d187d56d3a9c9bb831987e9250e86.tar.gz
STC-modified-625a0fad0c1d187d56d3a9c9bb831987e9250e86.zip
Merge branch 'master' of github.com:tylov/STC into master
-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
-----------