🎮 Mani
🎮 Mani
So I am trying to compare my benchmark but it is really hard because the output contains garbage characters. python.exe D:\_Dev\Playground\gBenchmarkVulkan/bazel-gbenchmarkvulkan/external/gbenchmark/tools/compare.py filters D:\_Dev\Playground\gBenchmarkVulkan/benchmark.json NoExcept WithExcept Comparing NoExcept to WithExcept (from...
**What seems to be the problem?** I am opening 2 issues here because I believe there are 2 problems. This is the first one. With Visual Studio 2022 and latest...
**Channel** "C++Weekly" **Topics** How C++20 module affect the way we design libraries? Often libs are used to hide implementation details and dependencies. Now since Modules has accessibility permissions in the...
**Channel** C++Weekly **Topics** Topics: std::sort vs std::ranges::sort spaceship operator concept totally ordered I am proposing this episode because I got bitten hard on this. I couldn't figure out what I...
The red on blue text is really hard to read.  Can this be fixed?
Hi Matt, I use visual studio code, it allows me to put breakpoints in the code launch to debug with chrome and step and inspect the code in one editor....
The Open folder extension in the VSSDK-Extensibility-Samples repository is from vs2017. I am pretty sure things have changed and improved since. I think it would be nice to have an...
I was looking at what swap was doing for arrays and in the MSVC stl it loops trough the array and swap each element. (libstdc++ and libc++ do the same...