RE: IntegerTypes

2010-04-07 Thread Steve Huston
Hi Bruno, > On 2010/04/06, at 20:30, Steve Huston wrote: > > > Hi Bruno, > > > >> On 2010/04/06, at 17:06, Steve Huston wrote: > >> > >>> Hi Bruno, > >>> > The include file IntegerTypes.h, platform-dependent, can not be > replaced by boost cstdint.hpp? > >>> > >>> No, because the inclu

Re: IntegerTypes

2010-04-07 Thread Bruno Matos
On 2010/04/06, at 20:30, Steve Huston wrote: Hi Bruno, On 2010/04/06, at 17:06, Steve Huston wrote: Hi Bruno, The include file IntegerTypes.h, platform-dependent, can not be replaced by boost cstdint.hpp? No, because the included file is exposed to the public API and there's an effort

RE: IntegerTypes

2010-04-06 Thread Steve Huston
Hi Bruno, > On 2010/04/06, at 17:06, Steve Huston wrote: > > > Hi Bruno, > > > >> The include file IntegerTypes.h, platform-dependent, can not be > >> replaced by boost cstdint.hpp? > > > > No, because the included file is exposed to the public API > and there's > > an effort to try to keep Bo

Re: IntegerTypes

2010-04-06 Thread Bruno Matos
Hi Steve, On 2010/04/06, at 17:06, Steve Huston wrote: Hi Bruno, The include file IntegerTypes.h, platform-dependent, can not be replaced by boost cstdint.hpp? No, because the included file is exposed to the public API and there's an effort to try to keep Boost headers from leaking out to t

RE: IntegerTypes

2010-04-06 Thread Steve Huston
Hi Bruno, > The include file IntegerTypes.h, platform-dependent, can not be > replaced by boost cstdint.hpp? No, because the included file is exposed to the public API and there's an effort to try to keep Boost headers from leaking out to the public API. -Steve --