Mikhail Matrosov

Results 21 comments of Mikhail Matrosov

@hsutter thanks for the fix, but it does not address original problem. Please reopen.

> Note that by "base class" we mean I cannot find this definition in the guidelines. Is this some sort of common knowledge? > In the OpenCV example, why does...

Hi, @nvie! Really glad you finally made it. > (I tried adding that commit to this PR, but it looks like you'll have to give me permissions to do so.)...

Ok, the problem is a bit trickier. ``` void f(dom::element e) { } ... f(json["node"]); // Works auto node = json["node"]; f(node); // Does not work f(std::move(node)); // Works ```...

I perceive `dom::element` and friends as "views" which are cheap to copy and pass them by value wherever possible. Seems like it agrees with the examples that I saw. I...

Which command arguments do you use to get the "Current output"? And which version of catch.

I would like to comment that I spent quite some time trying to understand how to generate JSON/CSV or even HTML report from the easy profiler data file. I was...

Great to hear that! Will look forward to it :)