On 12/21/2014 03:42 PM, Georg Baum wrote:
commit 0af021878b66dedda445d120b4b81a5568195bea Author: Georg Baum <[email protected]> Date: Sun Dec 21 21:40:25 2014 +0100Make Format class almost thread-safeThis is needed since all formats are stored in a global list which is sharedbetween threads, but never modfified except from the main thread. The only missing bit is extension_list_, which is not so easy to do.
I guess the issue is that this is a std::vector<std::string>? Can you explain (just for my own education) why one can't simply replace it with a std::vector<trivstring>? I guess I could try and see for myself....
Richard
