diff options
| author | Tyge Løvset <[email protected]> | 2021-09-19 15:28:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-19 15:28:27 +0200 |
| commit | 3d4b1a6435054b237bfc4ad00664dee960e45bfe (patch) | |
| tree | a73e398bc9a44be37d043faabdc74d9ddaf48ada | |
| parent | 0a3fe6211933a8be6ec71ff82a3077da7012e667 (diff) | |
| download | STC-modified-3d4b1a6435054b237bfc4ad00664dee960e45bfe.tar.gz STC-modified-3d4b1a6435054b237bfc4ad00664dee960e45bfe.zip | |
Update README.md
| -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
-----------
|
