diff options
| author | Tyge Løvset <[email protected]> | 2021-09-23 08:32:40 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-23 08:32:40 +0200 |
| commit | caa64bd67527b68c159fd33130f43de65d3a18d1 (patch) | |
| tree | 09107b69ebc0e965263ee5c37599a109fe47f57c | |
| parent | 09920602358cfeda2532a97479a7a70ac9954f44 (diff) | |
| download | STC-modified-caa64bd67527b68c159fd33130f43de65d3a18d1.tar.gz STC-modified-caa64bd67527b68c159fd33130f43de65d3a18d1.zip | |
Remark.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ Highlights - **Small footprint** - Small source code and generated executables. The executable from the example below with six different containers is *22 kb in size* compiled with gcc -Os on linux.
- **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++.
+- **Compiles with C++ and C99** - C code can be compiled with C++ (container element types must be POD).
- **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
|
