Guillaume Racicot

Results 66 comments of Guillaume Racicot

@andrewrk unfortunately, no. The policy `CMP0048` was introduced in CMake 3.0. Is CMake 2.8.5 still a requirement?

@alterNERDtive You're not being constructive. This repo _IS_ the current state of wayland in proton. It's not in 9.0 _because that's the current state of wayland in proton_. If that...

@alterNERDtive Maybe, but not proton. Wine is a different project. I opened this issue so we can discuss about the plans and the progress, not to ask "when is done?"...

Hi there, I've seen that one can use [ptrdiff_t](http://en.cppreference.com/w/cpp/types/ptrdiff_t) for negative indexing if appropriate. However I'm not sure if it's the right solution for the reversed loop problem.

I'm now getting `fatal error C1057: '{': no matching token found` when applying the fixes. It seems the latest version of MSVC has a hard time counting braces when `std::function`...

I'm actually hit by this issue and I actually missed a bug in my code because I assumed the warning was working on Clang too.

@jamesruan Also note that with this warning, it's really easy for an implementer to specify when that warning happen. ```c++ struct AB { int a = {}; // A is...

A const `service` function would only be possible with supplied service and abstract service that has no default. Any other service could mutate the container to add itself to the...

We don't have first class support for non single polymorphic service, but you can definitely roll up your own service kind that does just that. You're not the first one...

What compiler do you use? With GCC 13 this code compiles correctly and runs. I got the output `default projection`