Merge comma fix from RC_1_34_0
[SVN r36001]
This commit is contained in:
parent
76680cf30e
commit
50ad0eac22
@ -57,7 +57,7 @@ struct print
|
||||
# if defined(__EDG_VERSION__)
|
||||
aux::dependent_unsigned<T>::value > -1
|
||||
# else
|
||||
sizeof(T) > -1,
|
||||
sizeof(T) > -1
|
||||
# endif
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user