Thanks, Yuriy. I now get the following error with GCC:
/home/vbox/lyxbuilds/master-clang/repo/src/Buffer.cpp:1774:27: error: use of
deleted function ‘std::basic_ostream<char, _Traits>&
std::operator<<(std::basic_ostream<char, _Traits>&, wchar_t) [with _Traits =
std::char_traits<char>]’
1774 | oss << "0x" << hex << e.failed_char << dec;
| ^~~~~~~~~~~
Scott
It is the same error, we need static_cast<uint32_t>(...) here too. If
you'll add option "-k0" when doing build, then we'll be able to see all
such errors at once and not one by one.
Yuriy
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel