diff options
| author | Tyge Løvset <[email protected]> | 2021-09-20 20:17:10 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-20 20:17:10 +0200 |
| commit | 754e4d29a3532a243625dd728d17e97731617321 (patch) | |
| tree | 4135362e64e65b5e8607979d3c9dc3bb3ebe8778 | |
| parent | ac7e22d87c55f302b3b5ba69a96d42578d04d6d3 (diff) | |
| download | STC-modified-754e4d29a3532a243625dd728d17e97731617321.tar.gz STC-modified-754e4d29a3532a243625dd728d17e97731617321.zip | |
Renamed project to "STC - Sublime Template Containers for C".
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,15 +1,16 @@ -
+
-STC - Standard Template Containers for C
+STC - Sublime Template Containers for C
========================================
News
----
**VERSION 2.X RELEASED**: There are two main breaking changes from V1.X.
-- STC V2.X uses a different way to instantiate templated containers which is not compatible with v1.X.
+- New name
+- Now uses a different way to instantiate templated containers, which is incompatible with v1.X.
- c_forauto, c_forvar, c_forscope are now renamed to **c_auto**, **c_autovar**, and **c_autoscope**. There is also a **c_exitauto** macro, which breaks out of an auto-block. The auto name refers to the original meaning of auto keyword in C, namely automatic stack allocated variable, however now it covers automatic resource (de)allocation in general.
-The new teplate instantiation style has multiple advantages, e.g. implementation does not contain long macro definitions for code generation. Also, specfiying template arguments is more user friendly and flexible.
+The new template instantiation style has multiple advantages, e.g. implementation does not contain long macro definitions for code generation. Also, specfiying template arguments is more user friendly and flexible.
Introduction
------------
|
