On 22/08/2015 14:24, Daniel Krügler wrote: > 2015-08-21 23:11 GMT+02:00 François Dumont : >> I think I found a better way to handle this problem. It is c++locale.cc >> that needs to be built with --fimplicit-templates. I even think that the >> *_cow.cc file do not need this option but as I don't know what is the >> drawback of this option I kept it. I also explicitely used the file name >> c++locale.cc even if it is an alias to a configurable source file. I >> guess there must be some variable to use no ? >> >> With this patch there are 6 additional symbols. I guess I need to >> declare those in the scripts even if it is for internal library usage, >> right ? > I would expect that the new Catalog_info definition either has deleted > or properly (user-)defined copy constructor and copy assignment > operator. > > > - Daniel > This type is used in C++98 so I need to make those private, not deleted. With this change, is the patch ok to commit ? François