Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> [EMAIL PROTECTED] wrote:
>>> Author: younes
>>> Date: Mon Aug 14 16:19:52 2006
>>> New Revision: 14671
>>>
>>> URL: http://www.lyx.org/trac/changeset/14671
>>> Log:
>>> Windows compilation fixes.
>>>
>>> Modified:
>>>     lyx-devel/trunk/src/support/unicode.C
>>>
>>>
>>
>> Abdel, when you not include <boost/cstdint.hpp> you could
>> use Lars's preferred 'using boost::uint32_t;'
> 
> I included it because it is define there?
> 

support/unistd.h already includes it.

>> Why do you include it, I don't need it here with msvc.
> 
> You mean you don't need it with or without 'using boost::uint32_t;'?
> 

But there are several other boost::uint32_t, so I would only remove
the including of cstdint.hpp in the cpp file.

I don't know why Lars prefers at this place 'using' and at the others
a explicit specifying.

> I've now removed the include and it does compile indeed. But I don't
> understand why...
> 
> Abdel.
> 
> 

Peter

Reply via email to