Syrotenko Igor
Syrotenko Igor
Little bit not related to PR itself, but are there easy ways to introduce unit tests for cpp codebase in general? Parsing of ini files and results checking with few...
I know it is easy to just hang around and leave such comments as mine regarding adding tests, but I would suggest adding it as milestone (issue / task in...
I would stick with u32. Then `save` method should be modified instead
We write size of magazine here ``` save_data(m_magazine2.size(), output_packet); ``` And get ``` _NODISCARD _CONSTEXPR20 size_type size() const noexcept { auto& _My_data = _Mypair._Myval2; return static_cast(_My_data._Mylast - _My_data._Myfirst); } ```...