Closed
Description
I'm using the spdlog conan package, latest version 1.9.2, although I've tried earlier versions as well and got the same issue.
I am building from source as there is no available prebuilt package for my configuration. Here are my conan settings (I've also tried setting compiler.cppstd
to 17
and 11
to no avail):
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=11
os=Linux
os_build=Linux
Whenever I log anything I get this error:
[*** LOG ERROR #1 ***] [2022-02-23 15:41:21] [] {std::bad_alloc}
My test file is 5 lines:
#include <spdlog/spdlog.h>
int main(){
spdlog::error("TESST");
}
Metadata
Metadata
Assignees
Labels
No labels