-
Not the end of the world, but having this documented in the release notes would be helpful for folks that use this define
-
Previously, the macro FMT_CLASS_API was suppressing the 4275 warning message when format_error was declared. Since this has been removed, the format_error decl vomits a bunch of warnings when compiled…
-
> > In case anyone else is searching for this, here's what I'm using. I wrote a custom formatter to help, that looks like this (requires C++17):
> > ```c++
> > namespace {
> > …
-
Installing from this afternoon, I get the following missing link:
```
$ clasp
dyld[96762]: Library not loaded: /usr/local/opt/fmt/lib/libfmt.9.dylib
Referenced from: /usr/local/Cellar/clasp-c…
-
### Environment details
* Operating System+version: Ubuntu 22.04
* Compiler+version: GCC 12
* Conan version: 2.0.13
* Python version: 3.10.5
### Steps to reproduce
For example you could …
-
Package: fmt:x64-windows -> 10.1.1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.0.24247.2
- vcpkg-tool version: 2023-11-16-4c1df40a3c5c5e18de299a99e9accb03c2a82e1e
vcpk…
zhiha updated
10 months ago
-
## Description
I am trying to create a wheel by installing with the --nopm option for AWS Glue (OpenMP not supported) using these directions:
https://pypi.org/project/lightgbm/
```code
Install fro…
-
### Environment Details (include every applicable attribute)
* Operating System+version: Windows 10
* Compiler+version: N/A
* Conan version: 1.45.0
* Python version: 3.7.8
### Steps to …
-
### Environment details
* Operating System+version: Ubuntu 20.04 (5.4.0-144-generic)
* Compiler+version: GCC (12.2.0)
* Conan version: 2.0.2
* Python version: 3.9.13
* Cmake version: 3.26.0
* …
-
It may've been a change in the version update; I used to be able to use `%l` to dislay the 12-hour (I assume there was an equivalent for 24-hour, as well) hour without a leading zero: e.g. `9` vs. `09…