Manuel Knörle
Manuel Knörle
This pull request introduces a possible fix for the issue #848 by adding the missing initializers.
The const variables for the format specifiers `etl::left` and `etl::right` which are declared in the file `basic_format_spec.h` which is used by the file `string_stream.h` do not have any initializers. Therefore...
### Brief Issue Summary When configuring a project using the CMake tools extension and CMakePresets there is no password prompt for git repositories cloned by FetchContent. When running the same...