Comment 9 for bug 1786927

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

The problem is that the old g++ does not really have a std namespace, or rather the global namespace is std. Thus defining epicsGetStdin globally is the same as std::epicsGetStdin.

I will try a preprocessor branch to work around this problem which probably only exists in gcc 2..