Jan 27, 2011 at 3:54pm
................
Last edited on Feb 6, 2011 at 10:02pm
Jan 27, 2011 at 3:59pm
Do those two vectors (common_TRS and trs_file_as_blocks) hold the same object type?
Jan 27, 2011 at 4:03pm
................
Last edited on Feb 6, 2011 at 10:02pm
Jan 27, 2011 at 4:12pm
Have you overloaded operator==() for TRS_block?
Jan 27, 2011 at 4:13pm
No I havent overloaded ==()
Jan 27, 2011 at 4:15pm
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 Jan 27, 2011 at 4:15pm