From e85b8da5e123afc683cb13dc3539f5075868bd06 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Sun, 5 Apr 2015 03:12:13 +0900 Subject: [PATCH] fix include guard --- sprout/type_traits/remove_cv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/type_traits/remove_cv.hpp b/sprout/type_traits/remove_cv.hpp index c25fc5d1..83289685 100644 --- a/sprout/type_traits/remove_cv.hpp +++ b/sprout/type_traits/remove_cv.hpp @@ -6,7 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_CV_HPP -#define SPROUT_TYPE_TRAITS_REMOVE_CONST_HPP +#define SPROUT_TYPE_TRAITS_REMOVE_CV_HPP #include #include