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
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to