------- Comment #13 from pinskia at gcc dot gnu dot org  2006-04-22 20:44 
-------
There is no way non PODs will ever work with shared memory.  This is why they
are called non-PODs and they never should be shared outside of the program.  In
fact non-PODs cannot be passed via var-args or even look at offsetof for each
of the fields.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to