Results 62 comments of Kris Jusiak

There is `bext-di` in https://vcpkg.io/en/packages.html

hmm, don't fully understand why the operator can't be deduced; defo seems like msvc bug; will keep trying to find some local solution and will report the issue to the...

Nicez thanks @, BTW msvc is aware of the issue and working on the fix.

You are right @paulreimer, there should be an easy integration with cmake. Thanks for the tips. I'll work on that. I'll keep this issue open as long as it won't...

By windows support you mean msvc support? clang//c2 and mingw should be supported already, however, I didn't set up any testing for those yet. Moving back to your question, possibly...

Personally, I have never put much effort into trying to make GUnit happen with MSVC. I think there are things which might be quite easy to port but there will...

I believe that would be possible with C++20 and MSVC now by using NTTP and fixed_string. Something like the following with a bit of effort should work :thinking: * https://godbolt.org/z/e7GxMG

Sounds like a good plan to me, thank you for working on it :pray: , let me know if you need help :+1:

Thanks @paulreimer for the questions - [ ] Can we still use the automatic mock generation? * Unfortunatelly not out of the box as automatic mock injection requres GMocks *...