Skip to content

v2.4.1

Latest

Choose a tag to compare

@bpuchala bpuchala released this 25 Feb 21:09

[2.4.1] - 2026-02-25

Fixed

  • Fixed scope of the max_threads variable in libcasm.global to ensure it is shared globally.
  • Reworked use of atomic variables for stop_requested to only use std::atomic_bool if the implementation is lock-free.
  • Replace std::result_of (deprecated in C++17, removed in C++20) with std::invoke_result to fix warnings.