On 15/05/2012, at 10:11 PM, john skaller wrote:

> c:\documents and 
> settings\fletch\.felix\cache\text\c\project\github\felix\build\release\test\regress\rt\typeclass_show-01.hpp(108)
>  : error C2146: syntax error : missing ';' before identifier '_a3804t_73201'
> 
> 
> That's this:
> 
> //PRIMITIVE 3803 INSTANCE 73161: wchar
> typedef int32_t _a3804t_73162;
> 
> Not sure why this should or shouldn't work .. can't see a #include <stdint.h>
> anywhere. So why's it work on OSX .. hnmmm.


We need a policy decision on this. Options:

1. Always include stddef.h and stdint.h 
   (OR cstddef, cstdint ?)

2. Include them conditionally with requirements as usual

(2) is the normal thing for most headers, however some things
are so fundamental we could make a special case.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to