Support for c standard libraries other than glibc
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
When trying to compile [cquery](https://github.com/cquery-project/cquery) on Void Linux with [musl libc](https://www.musl-libc.org/) I get the following error.
```
loguru.hpp:1391:11: fatal error: execinfo.h: No such file or directory
#include // for backtrace
```
`execinfo.h` is `glibc` specific and prevents compilation when using alternative standard libraries.
Is it possible to restructure loguru so that support doesn't depend on `glibc`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.