
22 Jul
2004
22 Jul
'04
5:27 p.m.
"Daniel James" <daniel@calamity.org.uk> wrote
GUID would be an option, but it's far too big to fit into an integer
This seems a little too obvious, but couldn't you just use more than one integer?
Yes we could use 4 integers instead of 1, but this would: 1) decrease the compile-time performance (which is not that great already), and 2) increase the requirements for the size of the mpl::vector... I don't think we can afford this... Arkadiy