cereal icon indicating copy to clipboard operation
cereal copied to clipboard

types/tuple.hpp does not compile on MSVC2019

Open pbosetti opened this issue 2 years ago • 0 comments

On said compiler, I am getting this two errors:

cereal/types/tuple.hpp(55,5): error C2563: mismatch in formal parameter list

and

cereal/types/tuple.hpp(55,5): error C2568: '+': unable to resolve function overload

pbosetti avatar Jan 18 '24 13:01 pbosetti