Arclight icon indicating copy to clipboard operation
Arclight copied to clipboard

High-performance C++23 ecosystem

Results 3 Arclight issues
Sort by recently updated
recently updated
newest added

`Any` relies on a linker behavior to compare types at runtime without using runtime type info (RTTI), it assumes that templated function instances will be resolved to the same address...

bug

All math functions should be constexpr since there is no reason for them to be non-compile-time-evaluatable. However, std defines them as non-constexpr due to potential side effects. A solution would...

bug

`Directory::create()` (or `std::filesystem::create_directories()`) will create multiple directories recursively until either the end of the path is reached or an error occurs. When passing a path such as `"a/b/c/