Paul Groke

Results 25 comments of Paul Groke

We're developing a tool that among other things does APM (application performance monitoring). Which means it's running inside arbitrary customer processes. One thing we cannot do there is `terminate()` -...

@MikeGitb > I assume by diligent testing, code reviews and static analysis tools. Yes. > Why can't those methods not be used to ensure contract violations that would trigger the...

@MikeGitb I don't know what the original plan was. I only saw a discussion about making the ctor explicit - and the decision was to keep the implicit `not_null` and...

IMO having `terminate` as the only option is a big mistake for a library - at least if the intent is that it can be widely adopted in all kinds...

I think it would be nice to have it. But I completely understand if you decide it's too much work :) BTW: Maybe you could team up with Matt Godbolt...

It would not necessarily have to be a feature hosted on godbolt.org. I was just thinking since Compiler Explorer is open source it could be possible to maybe use its...

Ah, good, idea, I didn't think of that. But unfortunately WSASend seems to behave identically. I've tried my above example with the following modifications... ``` int const s = socket(AF_INET,...

Hello Carrotman42, ~~I did read the "How-To-Build" page but it wasn't clear to me that only VS 2013 U3 will work. Yes it says other versions are not officially supported...

@derekbruening I'm not 100% sure if /JMC is the problem. I'm currently restricted to what our CI system gives me, which is not a lot. I tried to run DrM...

I'll try to make some time for investigating this some more. Until then, it would really be helpful to be able to run DrM locally on Windows 10 1903 again......