webIDL unions / std::variant
do not work correctly when serialising between languages
#22
Labels
std::variant
do not work correctly when serialising between languages
#22
As the title says, the cpp serialisation of
std::variant
is not compatible with the other languages.This is caused due to the serialisation of
cereal
, thus this has to be overwritten in cpp like vector etc..The text was updated successfully, but these errors were encountered: