[Bug libstdc++/13631] Problems in messages

2009-06-15 Thread peturrun at gmail dot com


--- Comment #21 from peturrun at gmail dot com  2009-06-15 23:10 ---
Isn't it possible to add more data to messages without breaking the ABI by
changing the type of one of the existing members?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631



[Bug libstdc++/13631] Problems in messages

2009-06-16 Thread peturrun at gmail dot com


--- Comment #26 from peturrun at gmail dot com  2009-06-16 19:51 ---
Wouldn't it be easy to implement catalogs using a vector? If do_open adds the
catalog name to the vector and returns the index, do_get can get the name back
by using the catalog as the index into the vector.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631