-
If I use `add_executable()` it automatically "knows" where to find every h-file.
However, `add_library()` with the same source files (except for main.cpp) requires adding `target_include_directories(…
-
### Is your feature request related to a problem? Please describe
I'm working on the library that is not yet released (interfaces are unstable and I have zero userbase), so it doesn't worth to packag…
-
VS2022 started marking `stdext::checked_array_iterator` as "deprecated" sometime between 17.7.6 and 17.8.2 witch makes our compilation fail.
```
warning C4996: 'stdext::checked_array_iterator::_Seek…
roeas updated
9 months ago
-
Related to #8855, this should add support for std::format style print, but maintain timestamps and support arbitrarily long log lines. This could improve logging efficiency over #8855 avoiding a doub…
-
Hi,
I've been trying to get in touch with the MCROUTER community with 0 success, I've been trying to build mcrouter in ubuntu20 for the past couple of day, I've used their installer (https://github…
-
**With latest Release Tag => Compiles**
`git clone --branch v1.3.1.1 https://github.com/christophe-calmejane/Hive`
`cd Hive && cp .hive_config.sample .hive_config && ./setup_fresh_env.sh`
…
-
**Describe the bug**
* CMake projects often detect if they are master projects or not.
* When CMake project detects that it is being configured as master project, it enables tests and some other fea…
-
As far as I understand, the default formatting option should produce the shortest output, *not* just in the number of significand digits, *but also* in the number of actual characters. At least th…
-
fmtlib fails to compile on RAD Studio bcc32c compiler in bit_cast when From is long double:
https://github.com/fmtlib/fmt/blob/df249d8ad3a9375f54919bdfa10a33ae5cba99a2/include/fmt/format.h#L42…
-
Hi, I am the author of [mp-units](https://github.com/mpusz/units) which is a Physical Units Library and is targeting C++23 or C++23 and uses C++20 features. Following `fmtlib` example I would like to …
mpusz updated
4 years ago