Guillaume Racicot

Results 66 comments of Guillaume Racicot

Let me see what I can do to help MSVC with this one

There's a simple workaround for this problem. Simply probe the service map using const ref types: ```c++ template struct autowire_override { template struct Service : kgr::single_service, kgr::overrides { }; template...

Thanks for the report, I'll take a look as soon as possible. I should have access to a machine with MSVC again and I'll see what's gone wrong.

I can confirm the problem, but all workaround I found only works with very recent MSVC versions so I cannot apply a fix. All other MSVC version will crash with...

Hi! Yeah, polymorphic services has not been added to the default autowire mapper. Probably an oversight on my part since I'm not using them much. An autowire mapper that supports...

Hey! Sorry for the delay. I modified example 3 to work with autowire. Here's the full example, with abstract services working. > The docs of this project are honestly excellent-despite...

Well, I'm still affected by the issue. No one addressed it yet and I'm still looking for workarounds.

@juicy-g I'm just using the default lunarvim config. I haven't seen documentation how to change lunarvim's config for DAP.

From you build log your build system cannot create the required symlinks. You either have a permission problem or your filesystem don't support symlinks. Make sure you are building in...