Re: RFC: g++ compiler flag usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Marcel,

FD_SET is a C macro function that happens to work in C++.

>any opinions? or did i miss something?

Yes:  #undef the FD_SET macro function, and create the C++ equivalent that complies to the rigorous settings you are using.

Alternatively, use FD_SET in C code, and think compile your C++ code against your C code thunk layer.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux