Added char as an integral type; fixes #2629

[SVN r62612]
This commit is contained in:
Jeremiah Willcock
2010-06-08 23:37:21 +00:00
parent d4658af6d7
commit a1772df31b

View File

@ -72,6 +72,7 @@ namespace boost
T x;
};
template <> struct Integer<char> {};
template <> struct Integer<signed char> {};
template <> struct Integer<unsigned char> {};
template <> struct Integer<short> {};