Tim Blechmann
Tim Blechmann
`conan-cmake` nicely seems to infer the compiler version from the cmake configuration: e.g. when my build is configured to use gcc-10 conan is invoked via: ``` -- Conan executing: /home/tim/.local/bin/conan...
i ran into an issue related to #226 and friends: when running cmake/conan from terminal and autoconf based recipes are compiled, we run into the issue that `/Applications/Xcode11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc` is called...
unfortunately i haven't been able to find a reduced test case, but in rare cases i'm seeing a nullptr dereference in `kqueue_reactor::deregister_descriptor`: ``` [2022-04-28T02:14:50.371Z] /Volumes/build/NIBuild/3rdparty/boost-v1.78.0-R6/boost/asio/detail/impl/kqueue_reactor.ipp:327:25: runtime error: member access within...
## Description the current implementation has two problems: * `clang-cl` does not know `-ffile-prefix-map`, but it identifies as "Clang", so the compiler will warn about an unknown compiler option *...
181c9f4ff120b2e0e3b7b1e793e5833b9b931c3c causes this compile error with both gcc and clang: ``` /usr/include/c++/12/type_traits: In substitution of ‘template using enable_if_t = typename std::enable_if::type [with bool _Cond = false; _Tp = fmt::v8::formatter]’: /path/to/strong_type/include/strong_type/strong_type.hpp:1707:8:...
catch2 has some range matchers like `RangeEquals`. however i'm running into the following problem: * my underlying type is not ostreamable * `view_interface` provides `operator
many matchers (like the container/range matchers) provide only information that something is going wrong, but not necessarily what exactly. e.g. `UnorderedRangeEqualsMatcher` only prints the expected and actual values in the...