| 288 | /// Yet another wrapper to test that overloading lexical_cast with enable_if works. |
| 289 | struct yetanotherstring { |
| 290 | yetanotherstring() = default; |
| 291 | std::string s{}; |
| 292 | }; |
| 293 |
nothing calls this directly
no outgoing calls
no test coverage detected