forked from boostorg/type_traits
pre-processor logic was previously incorrect (missing !).
[SVN r27144]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user