Smooth icon indicating copy to clipboard operation
Smooth copied to clipboard

Completely broken?

Open mnlipp opened this issue 2 years ago • 1 comments

I think I found the proper place for getting rid of the problem mentioned in #174. But now I get all sorts of serious compilation errors. Missing "#include <cstdint>", wrong usage of operator delete and errors that will take me some time to understand. (Although having some C++ experience, I have admittedly never looked deep enough into the standard library to immediately understand something like "error: no matching function for call to 'std::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >::basic_format_arg(std::__cxx11::basic_string<char>&)'")

Is it possible that this (promising looking) library is completely broken?

mnlipp avatar Nov 11 '23 10:11 mnlipp

I wouldn't say broken, but unmaintained. I haven't done anything with it for a long while now and the world around doesn't stand still.

PerMalmberg avatar Nov 11 '23 20:11 PerMalmberg