diff options
| author | Tyge Løvset <[email protected]> | 2021-09-19 20:52:12 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-19 20:52:12 +0200 |
| commit | 625a0fad0c1d187d56d3a9c9bb831987e9250e86 (patch) | |
| tree | 62435df58e79689cb993f40aa54c1834b92fb62b | |
| parent | f0121ac2e342243e4a78020ce08c35b5297adb4e (diff) | |
| parent | 3d4b1a6435054b237bfc4ad00664dee960e45bfe (diff) | |
| download | STC-modified-625a0fad0c1d187d56d3a9c9bb831987e9250e86.tar.gz STC-modified-625a0fad0c1d187d56d3a9c9bb831987e9250e86.zip | |
Merge branch 'master' of github.com:tylov/STC into master
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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
-----------
|
