Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keeping the complexity under-the-hood.
by facebookLast 12 weeks · 3 commits
4 of 6 standards met
see in circular_queue pop_front with count there is one small mistake queue offset destructor is called directly but it should call value destructor because queue element is union item_t and destructor must be called on value clang is giving compile error when using std string i changed it to queue offset dot value destructor and tested with std string in wrapping case now it compiles and works fine
Summary Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. Changes Context Per GitHub's announcement, Node 20 is being deprecated and runners will begin using Node 24 by default starting March 4th, 2026. Why this matters Node 20 EOL: April 2026 Node 24 default: March 4th, 2026 Action**: Update to latest action versions that support Node 24 Security Note Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references. Testing These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.
Repository: facebook/fatal. Description: Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keeping the complexity under-the-hood. Stars: 1017, Forks: 156. Primary language: C++. Languages: C++ (99.7%), Shell (0.2%), C (0.1%). Homepage: https://www.facebook.com/groups/libfatal/ Latest release: v2026.03.02.00 (3d ago). Open PRs: 1, open issues: 0. Last activity: 3d ago. Community health: 75%. Top contributors: juchem, yfeldblum, r-barnes, andrewjcg, yahayaohinoyi, nataliejameson, dependabot[bot], arunsathiya, bdd, chadaustin and others.
C++