`

a plausible bug for including slice files

    博客分类:
  • c++
 
阅读更多

According to the manual of ice, following codes like:

 

#include <xxx.ice> is recommended.

 

however, when i tried to compile some files contain the #include directive, the compiler complained those included files could not be found.

 

If i replace these brackets with quotation mark...just like:

 

#include "xxx.ice"..

 

the compiler is happy with that...though the manual says it is malicious...

 

I think it is a bug..but maybe not....

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics