| 114 | |
| 115 | namespace details { |
| 116 | void StrCat(std::string& ret, const auto&... args) |
| 117 | { |
| 118 | (ret += ... += ::clang::insights::Normalize(args)); |
| 119 | } |
| 120 | //----------------------------------------------------------------------------- |
| 121 | } // namespace details |
| 122 |
no test coverage detected