Linking error
José Abílio Matos
jamatos at lyx.org
Wed Oct 14 17:10:47 UTC 2020
On Wednesday, October 14, 2020 4:37:18 PM WEST Richard Kimberly Heck wrote:
> I guess size_t must be unsigned long long on your machine? Can you try
> adding a template declaration for convert<unsigned long long> to
> support/convert.cpp?
>
> Riki
My first joke would be to replace all the code by:
#include <format>
auto convert(auto x)
{
return std::format("{}", x);
}
but we are not there yet. :-)
While preparing this I found this document:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1636r0.pdf
done by our own Lars. :-)
Now the serious part is that I would like us to use the format method in
python.
Regards,
--
José Abílio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20201014/837636bb/attachment-0001.html>
More information about the lyx-devel
mailing list