Kilian Henneberger
Kilian Henneberger
Thanks for your quick response :) And thanks for sharing the insights of cppinsights (pun intended). The namespace-workaround sounds good 👍
I quickly checked that at least for the operators `,` (comma), `+` (plus) and `&` (bit and) the behavior is the same.
Hello @andreasfertig, 1.) You're welcome. Thanks so much for this helpful tool! :rocket: 2.) Yes, it seems that once you have a concrete `FunctionDecl` (even if it is the result...
Hi Andreas, thanks a lot for your comprehensive response. I agree that `B` is a contrived example. Having a class with a constexpr assignment operator but with a non-constexpr destructor...
Thanks a lot for the PR @SpaceIm 👍 And sorry, @uilianries, that my issue description was imprecise. Looking forward to the fix.
Perfect, thanks a lot to everyone involved for the quick fix :)
I am not sure if I will ever pick up this issue. But I at least wanted to report my finding :)
Hi @memsharded , thanks for the comprehensive answer! A lot of info that I have to digest. I tried: ``` conan install --requires=zlib/1.3.1 --build=zlib/1.3.1 --profile:all=myprofile ``` And I get following...
Hi @jcar87 , thanks for your response. I tried several `compiler.version`: - 193: same error as with 194 - 192: ``` ERROR: zlib/1.3.1: Error in generate() method, line 60 tc.generate()...
@jcar87 I added the conf. And I tested with all four of compiler.version [191, 192, 193, 194]. Every time I get ``` conanvcvars.bat: Activating environment Visual Studio 17 - amd64...