In D15996, @HooglyBoogly wrote:
The fact that we translate these strings during evaluation is bad actually, it would…
Afair, boost translation mechanism is not threadsafe at all, which is why it was disabled in any thread but the main one.
That's what I figured, I wrote about what I found in the other issue.…
In future it please include changes to multi-threaded behavior in the commit log too, and note why commented code is left in.
All right, I understand. If it's too much of an issue right now,…
Could you please re-submit this against 3.6?
I changed the base branch in gitea, and it reports no conflict.
I won't have access to git until next week to rebase if needed, but I think it…
Looks like this is no longer needed after 57187cfc31.
This is the expected behaviour, implemented in e79312df6eef.
I don’t know what OS or language you use, but some user directories are usually translated in a file explorer, and that behaviour…
If this is merged into 3.6, a cleanup will likely need be done when merging into main, to remove #define FMT_HEADER_ONLY
, after 0d38fa2422.