
24 Dec
2007
24 Dec
'07
2:56 p.m.
2007/12/24, Jeff Garland <jeff@crystalclearsoftware.com>:
Igor Mikushkin wrote: Yes, it is well defined, but my program is very templated and I rely on syntax like int_t <some_number> :: type;
What I meant is that these are defined on all platforms. So will these not work for you?
It works great but not for me :) Because I need templated syntax provided by integer.hpp. There are other ways of course but this syntax does exactly what I need. Igor