aboutsummaryrefslogtreecommitdiff
path: root/src/reader.cc
Commit message (Collapse)AuthorAge
* fix `operator=` for `TChannel`, `TParty`, and `THouse`fusion322025-07-01
I had focused on copying the `vector` fields for theses structs but, being the copy operator, you need to copy everything over.