| 11 | |
| 12 | #if PLOG_ENABLE_WCHAR_INPUT |
| 13 | class CastableToWString |
| 14 | { |
| 15 | public: |
| 16 | operator std::wstring() const |
| 17 | { |
| 18 | return L"object"; |
| 19 | } |
| 20 | }; |
| 21 | #endif |
| 22 | |
| 23 | SCENARIO("cast to string") |
nothing calls this directly
no outgoing calls
no test coverage detected