|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-11-04 13:38:24
> # if (defined(__GNUC__) && __GNUC__ >= 3) && \
> (!defined(__QNXNTO__) || defined(__GLIBCPP__) ||
> defined(__GLIBCXX__))
Right I mentioned that in the other message...
> Though I'm not sure where you mean to apply this.
It's a suggestion that you apply it as a QNX-specific workaround in
libs/python/src/converter/type_id.cpp in place of the current:
# if (defined(__GNUC__) && __GNUC__ >= 3)
But it's obviously not pretty.
John.