[RFC] num_put::do_put(const void*) when sizeof(long) != sizeof(void*)
Paolo Carlini
pcarlini@suse.de
Sun Aug 22 16:15:00 GMT 2004
Hi,
perhaps I have already asked, but I want to make sure we agree about the
details of this issue: in num_put<>::do_put(const void* val) we cast val
to unsigned long: what happens if sizeof(unsigned long) != sizeof(void*)?
Are there real and important targets like that? In this case the code may
become quite a bit more complex...
Thanks in advance,
Paolo.
More information about the Libstdc++
mailing list