From b7dac69b6c80a1115a98ef3c92ff3a56dca84595 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 3 Jan 2017 02:29:03 +0100 Subject: [PATCH] Fixed build --- glm/gtx/io.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/io.inl b/glm/gtx/io.inl index 9735cd15..e4f72570 100644 --- a/glm/gtx/io.inl +++ b/glm/gtx/io.inl @@ -379,8 +379,8 @@ namespace detail io::format_punct const& fmt(io::get_facet >(os)); M const& ml(a.first); M const& mr(a.second); - length_t const& cols(type>::cols); - length_t const& rows(type>::rows); + length_t const& cols(type >::cols); + length_t const& rows(type >::rows); if(fmt.formatted) {