-
The current logging framework uses streams. They're all around terrible, hard to read and slow. Replace with fmtlib.
turol updated
2 years ago
-
We're seeing a new diagnostic trigger in an internal test. The diagnostic is implemented in...
```
commit d8a281590311010955c323806fb24fa484376f4d
Author: Richard Smith
Date: Thu Sep 26 15:56…
-
Indexer flags a valid C++ formatting library call (https://github.com/fmtlib/fmt)?
```
#include "fmt/format.h"
#include
#include
int main() {
std::string message = fmt::format("The ans…
-
Hi, thanks for your great work.
I use catkin_make to build the code, but get the following error:
![2022-08-28 21-44-00 的屏幕截图](https://user-images.githubusercontent.com/105863329/187076968-f60c868…
-
1. It seems that `std::to_chars` returns `errc::value_too_large` rather than `errc::result_out_of_range`. Is this simply a mistake or do you have a reason for using `errc::result_out_of_range` instead…
-
Example:
```c++
#include
#include
#include
using namespace std;
int main() {
cout
-
Cuda does not have `long double`, but the standard requires math functions to accept the type. Libraries like {fmt} depend on this, https://github.com/fmtlib/fmt/issues/3106. In libc++, functions like…
-
## Problem Description
It is related to the issue: https://github.com/fmtlib/fmt/issues/2894
According to [vitaut](https://github.com/vitaut)'s comment:
> {fmt} doesn't provide formatters for…
-
```
In file included from jinja2cpp/Jinja2Cpp/src/error_info.cpp:3:
In file included from ./vpn/lib/shared/fmt/include/fmt/format.h:56:
./vpn/lib/shared/fmt/include/fmt/base.h:1389:23: error: no ma…
-
### Your question:
What happens from time-to-time is that a minor bug appears in an already released version (e.g. [here](https://github.com/conda-forge/fmt-feedstock/pull/38)). A nice option for the…