[Bug libstdc++/16612] empty basic_strings can't live in shared memory

2006-12-13 Thread choe dot hwanjin at gmail dot com
--- Comment #31 from choe dot hwanjin at gmail dot com 2006-12-14 07:29 --- Created an attachment (id=12801) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12801&action=view) basic_string test code with visibility option Something similar happens when I use GCC

[Bug libstdc++/16612] empty basic_strings can't live in shared memory

2006-12-13 Thread choe dot hwanjin at gmail dot com
--- Comment #32 from choe dot hwanjin at gmail dot com 2006-12-14 07:30 --- (From update of attachment 12801) Something similar happens when I use GCC option -fvisibility=hidden. I made a DSO which uses basic_string<>. And the main function created a basic_string instance with d