Eyal Z
Eyal Z
In the picture above there is just one byte difference but it is not very visible (3e vs 40)
Even if it does allocate, did you see if you can just use a custom heap allocator locally? I rolled my own once when I needed for embedded https://github.com/eyalz800/zpp_allocator, it’s...
You need both overloads for const and non const, but there are many ways to work around what you want to do. One of them is to avoid specifying the...
The closest I can think of is to use the mutable keyword and somehow have the serialization detect that the member is mutable, or introduce some kind of wrapper class...
Oh wow, will check, do you have the full error because I don’t have VS? Also if you have visual studio on your CI can you approve for me to...
Ok I found the error and reproduced it, but I am not sure currently how to fix because it looks like VS has an issue here unless I'm missing something:...
Workaround, will merge soon https://github.com/eyalz800/zpp_bits/pull/88
@chronoxor fixed on my end with the patch above. Perhaps worth opening an issue to VS2022, I will consider doing so if I get free time.
Looks like an issue with absl include directories is preventing to compile when I execute from the CI - https://github.com/eyalz800/CppSerialization/runs/7939382559?check_suite_focus=true ```sh 2022-08-21T14:11:19.4328568Z In file included from /home/runner/work/CppSerialization/CppSerialization/proto/protobuf/trade.pb.cc:4: 2022-08-21T14:11:19.4329106Z In file...