magni-mar

Results 4 issues of magni-mar

Got this bug while developing and wondering weather this is possible using mp-units v2. When multiplying watt and seconds I am not able to place it into a variable that...

bug

Here is a minimal sample which one can work from to answer my question: ```cpp #include #include #include struct running { static constexpr std::string_view name{ "running" }; }; struct not_running...

I encountered this error while developing and produced a MVE for simplification purposes below. ```cpp #include #include #include #include namespace asio = boost::asio; using namespace asio::experimental::awaitable_operators; auto timer(std::chrono::steady_clock::duration dur) ->...

More of a question than an issue, what does an anonymous event signify in the logs? ```bash *** trace [13:09:17 +00:00] (thread 20179) *** [][process_event]boost::ext::sml::v1_1_9::back::anonymous ```