From e33e37dc48d40c95ba5e5ab48049d029e69468f4 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 11 Sep 2016 12:27:24 +0200 Subject: [PATCH] Fixed CUDA warning #547 --- glm/gtx/io.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/io.hpp b/glm/gtx/io.hpp index f035a176..6aa84150 100644 --- a/glm/gtx/io.hpp +++ b/glm/gtx/io.hpp @@ -59,8 +59,8 @@ namespace glm char_type newline; order_type order; - explicit format_punct(size_t a = 0); - explicit format_punct(format_punct const&); + GLM_FUNC_DECL explicit format_punct(size_t a = 0); + GLM_FUNC_DECL explicit format_punct(format_punct const&); }; template >