diff options
| author | Tyge Løvset <[email protected]> | 2021-09-23 10:12:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-23 10:12:25 +0200 |
| commit | a318f188603bfecf970bbcaa09618c60d52002fb (patch) | |
| tree | 2ceff30e657070d042b68a48575037621a9e79db | |
| parent | 4ab5b3f6f5c841ab8c2202e838979a0d6df91530 (diff) | |
| download | STC-modified-a318f188603bfecf970bbcaa09618c60d52002fb.tar.gz STC-modified-a318f188603bfecf970bbcaa09618c60d52002fb.zip | |
Update README.md
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ STC - Smart Template Containers for C News
----
**VERSION 2.X RELEASED**: There are two main breaking changes from 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.
|
