hwilliams265

Results 2 comments of hwilliams265

@MakersF, @asoffer: what's the status of this PR? I am also running into https://github.com/google/googletest/issues/3674, and this would be a very desirable enhancement to get in.

I ran into this same issue. FWIW, C++20 concepts offer a way around this limitation (credit to StackOverflow user Paul Saunders for identifying this): ```C++ namespace user { struct A...