Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with JobGenealogist and serialization. (RosettaCommons#64)
An attempt at modernizing the serialization method for protocols::jd3::compare_job_nodes accidentally made things be called in an infinite loop. This is breaking the GCC 12 serialization build. The fix is easy -- there's now no data to serialize, so we can simply replace the functions with empty ones.
- Loading branch information