Skip to content

Releases: Quincunx271/TerseLambda

v1.0.0-alpha.1

24 May 06:06
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Initial "complete" release of TerseLambda.

Features:

  • Terse lambda macros TL and TLR with SFINAE-friendliness and noexcept-friendliness.
  • TL_FWD for concise std::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

24 May 00:17
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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.