-
`glaze/api/hash.hpp` uses `CHAR_BIT`.
```C++
template
consteval auto make_array_impl(std::index_sequence) {
return std::array{ static_cast(((Value >> (CHAR_BIT * Is)) & 0xff))... };…
-
In current codebase, `dynamic_cast` will be used in fmt : https://github.com/fmtlib/fmt/blob/cae9bf45b964655c240f1fac23d5df30c54add15/include/fmt/ostream.h#L82
-
Hello,
I have upgraded to 17.0.X, but I found that clangd reports that some of the header files cannot be found. However, downgrade back to 16.0.6, the error disappears.
All the other settings o…
drcxd updated
5 months ago
-
**I have tried the following solutions**: https://clickhouse.com/docs/en/faq/troubleshooting/#troubleshooting-installation-errors
**Installation type**
Brew from https://github.com/ClickHouse/home…
-
https://github.com/gabime/spdlog/blob/f29f369a12c701db27e816c6762e914863e8e951/include/spdlog/fmt/bundled/format-inl.h#L1153-L1154
Won't this overflow, I got on Windows, 32-bit, some warnings about…
-
Using today's `g++ (GCC) 14.0.0 20230610 (experimental)` on today's fmt checkout 8fe893c0ac54c83a08c2492a7ac790c1a2bdd577, the following simple code
```
#include
#include
#include
int main…
-
Log:
https://buildd.debian.org/status/fetch.php?pkg=fmtlib&arch=i386&ver=9.0.0%2Bds1-1&stamp=1657135081&raw=0
```
88% tests passed, 3 tests failed out of 24
Total Test time (real) = 22.49 s…
-
Code (https://godbolt.org/z/qYPafnW9a):
```c++
#include
#include
#include
#include
#include
int main(int argc, char* argv[]) {
auto v = std::variant("path/file.txt");
std::cout…
-
Hi. I have some wiered behavior when using premake-qt with premake v5.0.0-alpha14 when I'm trying to add custom command, created with addMOCCustomBuildRule.
This is open source project, so I'll point…
-
## Description
I am trying to install the gpu support for lightgbm, however after installation I still am unable to use it in python.
Would you be so kind as to assist in understanding what is go…