pre-processor logic was previously incorrect (missing !).

[SVN r27144]
This commit is contained in:
John Maddock
2005-02-05 12:42:22 +00:00
parent 8b40505dfa
commit 30693414d1

View File

@@ -21,7 +21,7 @@ namespace boost {
namespace detail{
#if (defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238)
#if !(defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238)
template <class T>
struct is_signed_helper