Christos

Results 3 issues of Christos

template constexpr auto operator~(E e1) noexcept -> typename std::enable_if::type{ return ~flags::flags(e1); }

After upgrading to VS v15.8 I am getting a linker error for 2 out of many classes that are serialized using cereal. Anyone has similar issues ? Commenting out the...