| 118 | } |
| 119 | |
| 120 | void |
| 121 | StdSetTracer::done(const Space&, const SetTraceRecorder& t) { |
| 122 | os << "trace<Set>::done(id:" << t.id(); |
| 123 | if (t.group().in()) |
| 124 | os << ",g:" << t.group().id(); |
| 125 | os << ") slack: 0%" << std::endl; |
| 126 | } |
| 127 | |
| 128 | StdSetTracer StdSetTracer::def; |
| 129 |