Miro Knejp
Miro Knejp
We get similar errors using Catch2 and vcpkg ``` Catch2.lib(catch_matchers_string.cpp.obj) : error LNK2019: unresolved external symbol __std_find_trivial_1 referenced in function "char const * __cdecl std::_Find_unchecked(char const *,char const * const,unsigned...
static_vector has to pre-allocate the entire buffer as part of its size, which considering the numbers we mentioned in our talk would cause stack overflows or just plain allocation failures...
Nested variants are currently not supported, see #28. Biggest complication is correctly handling the visibility of generated code.
Unfortunately not, adding the following to the test project still fails with hard errors in the generated code. ```csharp namespace Foo { internal class A { } [dotVariant.Variant] public partial...
Can't come up with one from the top of my head, but to me it feels _very_ wrong to have a binary format serializer that doesn't use fixed sized types...
I'm happy to do the changes if dependency on `` is something you're willing to accept. I'd also like to improve the SPIR-V headers (especially the one for C++(11) )...
The chances are quite slim. Haven't been involved in any project that uses SPIR-V in quite a while and cannot really judge how much work this would be compared to...
Thank you very much for tackling this. It might take a few days before I am able to do a review.
> Since `.editorconfig` does not support per file headers, I would go for the 1970s way of adding contributes to the bottom of the copyright headers used. Do you have...
I personally hate these giant license comments in files that just keep growing and growing.