Marcel
Marcel
@rlorigro Thank you for your insights. I would generally suggest to use [FetchContent](https://cliutils.gitlab.io/modern-cmake/chapters/projects/fetch.html) that is the modern way to include external projects via cmake (fully available since 3.14): ```cmake cmake_minimum_required...
> Unfortunately for other projects (spoa) FetchContent it doesn't seem to work. Tells me `spoa::spoa` target is not found Yes, this because spoa does not follow "modern" cmake paradigms. If...
@rlorigro No, everything fine, since if I understood you correctly, we might face the same issue and it seems worthwhile to think about this. From what I understood, you *...
@rlorigro I just wanted to give you a heads-up that I read your post, but I haven't had time to experiment with your use case. I try to do it...
My g++ (arch linux) outputs the following ## Coverage Result ``` Line data Source code 1 : #include 2 : 3 1 : int myFn(int x) { 4 1 :...
(In the meantime I figured it out, I still think that the test report should include the path to the tool-xml file which added the test case!) Sorry for the...
Basically the same issue was fixed in the past: #2063 Maybe we can you that as base to propose a PR.
And a follow-up question: Is it allowed to change the constraints in the friend declaration? ```c++ template // constraint differently friend class configuration; ```
Can you double check with clang trunk? This seems to work now.
Trunk compiles this now: https://godbolt.org/z/JSFGbo