-
The logging mechanism in our header library suffers from several issues:
1. Our Logging macros log always complete objects which can be both of simple datatypes and classes. Either way it **requir…
-
use run-build-container.sh, bazel build @bssl-compat//:bssl-compat has finised, but when I did "bazel build @envoy//:envoy" , has some error about code , below is failed log:
ERROR: /build/.cac…
lkfei updated
6 months ago
-
This software is one of the most fanstastic IDE i've ever used.
But,in C++,because of encoding method,i cannot output Chinese.
such as
```
#include
int main{std::cout
-
The macros receive it, and the reflection TS also provides it.
-
There seems to be inconsistent usage of fprintf and iostreams in Verilog to Routing. I'm assuming this just comes about by having a bunch of different developers and no style guide telling you which o…
-
For integers instead of filling the buffer from right to left and `memcpy`'ing the result back so the most significant digit (that is written last) ends up in the leftmost position, you can calculate …
-
`xstd::bit_set` is a bona fide `std::bidirectional_range`. We also provide a `format_as` overload for `xstd::bit_set::proxy_reference`. This makes it currently printable with `fmt::print`.
If and…
-
After upgrading from `0.9.9-1` -> `0.9.9-2` from the Arch Linux repository, waybar omits my `clock#time` module but still draws my `clock#date` module with no trouble. The only error message I get whe…
-
I am trying to use this in a CLang C++ 20 in visual studio 2022 project and I get errors, it works fine with Microsoft's compiler
![image](https://user-images.githubusercontent.com/43137837/2167792…
-
`date::format` currently throws `std::ios_base::failure` upon formatting errors. The C++20 spec mandates that a `std::format_error` be thrown for `chrono` formatting errors ([reference](http://eel.is/…
ecorm updated
4 years ago