Commit ad56f13
committed
fix(test/string): avoid use of deleted function
Remove portion of code to fix a build issue for gcc16(C++23), where the build fails due to test `error: use of deleted function ‘std::basic_ostream<char, _Traits>& std::operator<<(basic_ostream<char, _Traits>&, const wchar_t*) [with _Traits = char_traits<char>]’
148 | DLIB_TEST_MSG( (left_substr(ws,L".") == L"file"), L"");`1 parent 2a70e7b commit ad56f13
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 146 | | |
154 | 147 | | |
155 | 148 | | |
| |||
0 commit comments