| 30 | namespace leaf = boost::leaf; |
| 31 | |
| 32 | struct c0 |
| 33 | { |
| 34 | friend std::ostream & operator<<( std::ostream & os, c0 const & ) |
| 35 | { |
| 36 | return os << "info"; |
| 37 | } |
| 38 | }; |
| 39 | |
| 40 | struct c1 |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected