................
Last edited on
Do those two vectors (common_TRS and trs_file_as_blocks) hold the same object type?
................
Last edited on
Have you overloaded operator==() for TRS_block?
No I havent overloaded ==()
Then that's your problem, because std::find() relies on it to compare the value you pass to the elements in the container.
Last edited on