Closed franz closed 5 years ago
What is the TCE source code line where this originates from ?
CopyingDelaySlotFiller.cc:33 is only #include std set header
@hkultala that is indeed a mystery... that error is all i get from GCC.
The comparator for ProgramOperationPtr is in tce/src/base/program/ProgramOperation.hh:147.
Does changing the parameter types from
const ProgramOperationPtr po1, const ProgramOperationPtr po2
to references
const ProgramOperationPtr& po1, const ProgramOperationPtr& po2
fix this?
Sorry, it doesn't fix it, but i found out what does. I'll make a PR soon.
When building
CopyingDelaySlotFiller.cc
it fails with:Seems to be related to this: