Dimitrij Mijoski
Dimitrij Mijoski
> Exposing value semantics without actually wrapping a pointer would require passing size and alignment information from the Rust compiler to the C++ compiler, which would mean using a nightly-only...
This header can be generated by cmake of https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html The good thing about the generated header is that if you build static library all definitions are empty so downstream users...
Do you know how to fix this? I expected this to be an easy fix, remove just a line from `catch_all.hpp`, but this came up https://github.com/catchorg/Catch2/blob/devel/tools/scripts/checkConvenienceHeaders.py and makes the test-suite...
@davidmatson Other package managers still suffer from the same issue, e.g. [Homebrew](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/catch2.rb) updated to v3.0.1 but compiles in the default C++14 mode. I think you should reopen the issue and...
Opening yet another fourth ticket for the same issue is not any better, I think it is better to reopen this. You can always edit the title.
MinGW comes in different flavours now, see https://www.msys2.org/docs/environments/ The test failure appears if you compile for the target platform MINGW64 or MINGW32 which uses the old Microsoft C standard library...
The failure in `xchar-test.cc` is because it has very similar test like in `chrono-test` but with wide characters (wchar_t). That test calls `std::time_put::put()` which eventually calls `wcftime` and the same...
Thank you for your interest in Nuspell. Right now there is no such feature. It is planned. Firstly, it should be added as feature of the library and then added...
It's doable, as a new API (new class in the C++ code). It needs careful design, there is no one straightforward way of doing it. Reopening for some time in...
Multi dictionary support is weak so don't rely much on it.