-
This used to work:
```
FROM nvidia/cuda:11.0-devel-ubuntu20.04
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y software-properties-common apt-transport-https
…
-
### Description
I am on the mac, building with both clang++ and g++, both downloaded from homebrew. When I install fmtlib it compiles and installs just fine.
However when *using* the library a t…
-
On Amiga GCC6 on master:
> /opt/m68k-amigaos/lib/gcc/m68k-amigaos/6.5.0b/../../../../m68k-amigaos/bin/ld: Source/CMakeFiles/libdevilutionx.dir/capture.cpp.obj:(.text._ZN3fmt2v96detail9tm_writerISt2…
-
Hello, I have a problem with running Scylla 5.1.8 on Orange Pi 5 (Ubuntu 22.04). After running `scylla --version` I'm only getting:
```
root@orangepi5:~$ scylla --version
Aborted
```
I digged a…
-
Hi,
I get the following error on compilation of spdlog as a dependency of another program (Doxygen):
```
error: uninitialized variable 'buffer' in 'constexpr' function
```
due to this line…
-
Compiling fmt 9.1.0 with GCC 11 using `-fsanitize=address` and `-Werror=stringop-overflow` leads to the following error:
```
fmt-9.1.0/include/fmt/core.h:2096:48: error: writing 1 byte into a re…
-
The `visit_format_arg` function in `core.h` always tries to format `long_double_type`, which creates compile errors when long double math is disabled (sometimes we have `FMT_USE_FLOAT128=0` because th…
-
When building the static libs (on Windows), I noticed that function
```c++
bool __cdecl fmt::v8::detail::is_printable(unsigned int)
```
is exported from the `fmt.lib` but the implementation is not…
-
Currently, `println` is implemented using `fmt::format`:
https://github.com/fmtlib/fmt/blob/581c6292c98f998622f6adf0e6f0f5cb47704269/include/fmt/core.h#L3018
This creates an intermediate `std::s…
-
**problem**
Building far2l in Arch/Manjaro produces an error while compiling colorer (`#include ` in `spdlog/fmt/fmt.h`, if I am not mistaken), current cmakefiles can't detect and prevent it.
**back…