fatal icon indicating copy to clipboard operation
fatal copied to clipboard

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...

Results 7 fatal issues
Sort by recently updated
recently updated
newest added

Summary: [Fatal] Add Travis entries for gcc 7, 8, 9. Differential Revision: D17391677

CLA Signed

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

CLA Signed

In the past Facebook didn't promote including a Code of Conduct when creating new projects, and many projects skipped this important document. Let's fix it. :) why make this change?:...

CLA Signed

Right now, to construct a variant we need to create an empty one and them use `set` or `emplace`. Why not having a constructor that takes the value directly? We...

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...

CLA Signed

I have tried to build a few tests on macOS with gcc12 (C++14 and -O2, as recommended), however it fails with: ``` ./fatal/test/env.h: In instantiation of 'void fatal::test_impl::env::parse_env(const char* const*,...

Sorry, it is non-sense. I withdraw this issue. (however I can not use new VS in my environment, industry is old and stable) I got a C1001 error. can someone...