Release v5.0 #115
tylov
announced in
Announcements
Replies: 1 comment
-
great work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Finally after nearly two years, a new release of STC! It has lots of improvements, new features and bug fixes. There are a number of breaking changes since the last released version, so make sure to check out the version history. Special thanks to all who contributed with PRs, bug reports and suggestions!
New Features in v5.0**
algorithm.h
i_type
lets you definei_type
,i_key
, andi_val
all in one line (comma separated).i_keyclass
andi_valclass
to specify types with_drop()
and_clone()
functions defined.i_keypro
andi_valpro
to specifycstr
,box
andarc
types (users may also define pro-types).c_filter
(ranges-like).What's Changed
cco
macro, block style coroutine definition by @liigo in addcco
macro, block style coroutine definition #57New Contributors
Full Changelog: v4.2...v5.0
This discussion was created from the release Release v5.0.
Beta Was this translation helpful? Give feedback.
All reactions