Gabriel Gerlero
Gabriel Gerlero
Not even 20 days after merging https://github.com/gerlero/openfoam-app/pull/57 and releasing the first experimental _standalone_ apps, the new build mechanism is failing when attempting install the dependencies with Homebrew into the custom...
Build using the same dependencies as those required by official Ubuntu packages (i.e., drop `adios2`, `kahip` and `metis` as dependencies)
**Describe the bug** When attempting to sidecast (in a scenario with multiple inheritance) using the `is`/`as` syntax, all cast attempts fail—even when an equivalent `dynamic_cast` would succeed. **To Reproduce** Steps...
More DRY and IMO makes the intent (i.e., plain `new` is a synonym of `unique.new`) clearer.
Small fixes in the declarations of the `cpp2_new` functions: * Take the argument packs by forwarding reference so that the arguments are actually forwarded * Remove the `... Args` template...
[F.16](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#f16-for-in-parameters-pass-cheaply-copied-types-by-value-and-others-by-reference-to-const)’s [enforcement section](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#enforcement-40) prescribes that an “in” parameter to a function should be passed by copy when its type has a size less than ```2*sizeof(void*)```, and by const reference otherwise....
This dialog should not appear, as the Apple silicon app should not need Rosetta: