diff options
| author | Tyge Løvset <[email protected]> | 2021-02-13 23:09:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-13 23:09:05 +0100 |
| commit | 7a32bf162ca3b1974707f40f58fa1e759745d7d5 (patch) | |
| tree | 6166daf757af10ccdba88dee822c7b4a3687ade6 | |
| parent | 47393e6b528404b6827c83a8574623d69b05974b (diff) | |
| download | STC-modified-7a32bf162ca3b1974707f40f58fa1e759745d7d5.tar.gz STC-modified-7a32bf162ca3b1974707f40f58fa1e759745d7d5.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Highlights - **Fully memory managed** - All containers will destruct keys, values via destructor passed as macro parameters to the ***using_***-declaration. Also smart-pointers are supported and can be stored in containers, see ***csptr***.
- **Fully type safe** - Avoids error-prone casting of container types and elements back and forth from the containers.
- **Uniform API** - Methods to ***construct***, ***initialize***, ***iterate*** and ***destruct*** have a uniform and intuitive usage across the various containers.
-- **Small footprint** - Small source code and generated executables. The executable from the above example with six different containers is *26 kb in size* compiled with TinyC.
+- **Small footprint** - Small source code and generated executables. The executable from the example below using six different containers is *26 kb in size* compiled with TinyC.
- **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 next how-to.
Usage
|
