
23 Sep
2006
23 Sep
'06
3:53 p.m.
In-Reply-To: <20060922201042.GO21158@lie.Stanford.EDU> irving@cs.stanford.edu (Geoffrey Irving) wrote (abridged):
Especially if you can make it a static assert (which I'm not sure of).
Making it a static assert is not straightforward because addresses are not compile-time constants. The straightforward way to compute offsets is by subtracting addresses. -- Dave Harris, Nottingham, UK.