| 92 | } o7; |
| 93 | |
| 94 | struct c8 : public column_base |
| 95 | { |
| 96 | string heading() const { return string("<code>filename()</code>"); } |
| 97 | string cell_value( const path & p ) const { return p.filename().string(); } |
| 98 | } o8; |
| 99 | |
| 100 | const column_base * column[] = { &o2, &o0, &o1, &o3, &o4, &o5, &o6, &o7, &o8 }; |
| 101 |
nothing calls this directly
no outgoing calls
no test coverage detected