mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 07:44:32 +02:00
Apply trailing comma patch from Ian McCulloch (http://article.gmane.org/gmane.comp.lib.boost.devel/149741)
[SVN r36000]
This commit is contained in:
@@ -57,7 +57,7 @@ struct print
|
|||||||
# if defined(__EDG_VERSION__)
|
# if defined(__EDG_VERSION__)
|
||||||
aux::dependent_unsigned<T>::value > -1
|
aux::dependent_unsigned<T>::value > -1
|
||||||
# else
|
# else
|
||||||
sizeof(T) > -1,
|
sizeof(T) > -1
|
||||||
# endif
|
# endif
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user