From f2725b11af44478df94428c2fc054f062c741fbc Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 24 Jan 2002 12:37:38 +0000 Subject: [PATCH] Fixed typo [SVN r12473] --- static_assert.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_assert.htm b/static_assert.htm index 92f475e..9661bd6 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -131,7 +131,7 @@ argument, we can achieve this using something like this:

#include <climits>
 #include <boost/static_assert.hpp>
 
-Template <class UnsignedInt>template <class UnsignedInt>
+template <class UnsignedInt>
 class myclass
 {
 private: