From a1772df31bd9bf2dad172db61abe2befacc3eb7e Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 8 Jun 2010 23:37:21 +0000 Subject: [PATCH] Added char as an integral type; fixes #2629 [SVN r62612] --- include/boost/concept_check.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 58bd8b2..a6b5d20 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -72,6 +72,7 @@ namespace boost T x; }; + template <> struct Integer {}; template <> struct Integer {}; template <> struct Integer {}; template <> struct Integer {};