------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 22:12 ------- Actually people use sizeof(x) all the time to mean the correct thing, for an example: memcpy(&x, y, sizeof(x));
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25702
pinskia at gcc dot gnu dot org Fri, 06 Jan 2006 14:12:56 -0800
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-06 22:12 ------- Actually people use sizeof(x) all the time to mean the correct thing, for an example: memcpy(&x, y, sizeof(x));
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25702