| 107 | } |
| 108 | |
| 109 | std::string substituteWrapper2( const std::string &input, const StringAlgo::VariableProvider &variables, unsigned substitutions ) |
| 110 | { |
| 111 | return StringAlgo::substitute( input, variables, substitutions ); |
| 112 | } |
| 113 | |
| 114 | #endif |
| 115 |
nothing calls this directly
no test coverage detected