Re: Make messages_members.cc Catalog_info and Catalogs ABI agnostic

2015-03-20 Thread Jonathan Wakely
On 19/03/15 21:50 +0100, François Dumont wrote: On 18/03/2015 19:16, Jonathan Wakely wrote: Preparing this patch reminded me that we currently have two copies of the Catalog_info and Catalogs code in the unnamed namespace in config/locale/gnu/messages_members.cc, one using the old string and on

Make messages_members.cc Catalog_info and Catalogs ABI agnostic

2015-03-19 Thread François Dumont
On 18/03/2015 19:16, Jonathan Wakely wrote: Preparing this patch reminded me that we currently have two copies of the Catalog_info and Catalogs code in the unnamed namespace in config/locale/gnu/messages_members.cc, one using the old string and one using the new. We should really alter the code