| 1595 | extern const std::string unprintableString; |
| 1596 | |
| 1597 | struct BorgType { |
| 1598 | template<typename T> BorgType( T const& ); |
| 1599 | }; |
| 1600 | |
| 1601 | struct TrueType { char sizer[1]; }; |
| 1602 | struct FalseType { char sizer[2]; }; |
nothing calls this directly
no outgoing calls
no test coverage detected