Compiling error in x64: WidenToFour template incorrect type.

TRAC #11811

Submitted-by: Aitor Moreno
Signed-off-by: Nicolas Capens
Signed-off-by: Daniel Koch

Author:    Andrew Lewycky

git-svn-id: https://angleproject.googlecode.com/svn/trunk@117 736b8ea6-26fd-11df-bfd4-992fa37f6226
This commit is contained in:
daniel@transgaming.com 2010-04-10 05:29:11 +00:00
Родитель fe56515917
Коммит 13881545ce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ struct WidenToEven
static const std::size_t finalWidth = N+(N&1);
};
template <unsigned int N>
template <std::size_t N>
struct WidenToFour
{
static const std::size_t initialWidth = N;