Releases: Quincunx271/TerseLambda
Releases · Quincunx271/TerseLambda
v1.0.0-alpha.1
Initial "complete" release of TerseLambda.
Features:
- Terse lambda macros
TL
andTLR
with SFINAE-friendliness andnoexcept
-friendliness. TL_FWD
for concisestd::forward
.- No external dependencies.
Compiler support of TerseLambda v1.0.0-alpha.1:
- GCC 10+
- Clang 10+
- MSVC - Internal Compiler Error
- AppleClang - Clang version too old
v0.2.0
Initial release of the C++20 update. Also has DDS support. This release is primarily for enabling the testing of the DDS support and other integrations. Prefer the upcoming alpha 1.0 release.