| 1632 | //----------------------------------------------------------------------------- |
| 1633 | |
| 1634 | void StringStream::Print(const TemplateArgument& arg) |
| 1635 | { |
| 1636 | arg.print(CppInsightsPrintingPolicy{}, *this, false); |
| 1637 | } |
| 1638 | //----------------------------------------------------------------------------- |
| 1639 | |
| 1640 | void StringStream::Print(const TemplateSpecializationType& arg) |
no test coverage detected