R2RT
R2RT
Great news, I will do recheck then. But there is also chance that the issue is caused by flaw of my VS environment. I have strange issues in other projects...
I've tried to follow up work on this, but eventually, I gave up... I ended up with using ExternalProject in CMake, it is hardcoded for x64 Release for VS 2017,...
Hey, thanks, rebinding anchors solved the issue. Maybe adding metadata about [Editor version](https://docs.unity3d.com/ScriptReference/Application-unityVersion.html) which created the soft body with custom serializer ([`ISerializationCallbackReceiver`](https://docs.unity3d.com/ScriptReference/ISerializationCallbackReceiver.html)) could be used here? Which emits warning that...
I don't know what is expected behaviour, but in my project I've ended up with manually written `--help` callback bound to all subcommands. ```c++ #include "CLI11.hpp" void bind_help_all_command(CLI::App& app, CLI::App&...
I'm glad I could have helped :) Yeah, it seems I have overcomplicated solution, but it was first which simply clicked.
Hey, I've actually tried to use junit reporter with MSVC, but I found no way to manually call `parse` in `main` before the reporter is initialized and tests are collected,...
Yeah, I know I can call them, but no idea how to pass args before static initialization. So far I found there is [`run_report.cpp`](https://github.com/boost-ext/ut/blob/master/example/run_report.cpp), which, I guess, should be starting...
> > Note: when pushing I've spotted that there are several copies of nlohmann::json library in repo, why are they not vckpg-provided? I've used jsoncpp at random, but switch to...
Sure, although I am not certain how doable is it. `.natvis` file are used by Visual Studio to prettify watched variables when debugging the executable. By default each inheritance and...