hgkjshegfskef

Results 6 issues of hgkjshegfskef

This doesn't change any behavior.

Clang-tidy 12 is complaining: ``` /home/runner/work/cherry_blazer/cherry_blazer/_deps/boost_pfr-src/include/boost/pfr/detail/sequence_tuple.hpp:53:5: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn] return t.value; ^ /home/runner/work/cherry_blazer/cherry_blazer/src/canvas.cc:126:37: note: Assuming 'nth_batch' is < 'batch_count' for (std::size_t nth_batch = 0;...

As of right now it is not clear, which headers are public and which are private. Public headers are meant for inclusion by users of the library. The only way...

The example at https://www.boost.org/doc/libs/1_77_0/libs/safe_numerics/doc/html/eliminate_runtime_penalty/3.html is aimed to demonstrate how different type promotion policies and exception policies can be combined. The description says: > As before, we define a type safe_t...

Plugin version 1.4.1 on CLion 2022.2. Thanks for the plugin! Yet, I get the following exception after just opening a project that contains dot files and then navigating to some...

I see that currently CMake only depends on extra cmake modules, but I got a compile-time error about libepoxy missing, which should have been a configure-time error. Perhaps KWin provides...

help wanted