Apply trailing comma patch from Ian McCulloch (http://article.gmane.org/gmane.comp.lib.boost.devel/149741)

[SVN r36000]
This commit is contained in:
Aleksey Gurtovoy
2006-11-10 23:15:50 +00:00
parent e05b199c9f
commit 329ec97e89

View File

@@ -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