fix include guard

This commit is contained in:
bolero-MURAKAMI 2015-04-05 03:12:13 +09:00
parent b578294eb8
commit e85b8da5e1

View file

@ -6,7 +6,7 @@
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/ =============================================================================*/
#ifndef SPROUT_TYPE_TRAITS_REMOVE_CV_HPP #ifndef SPROUT_TYPE_TRAITS_REMOVE_CV_HPP
#define SPROUT_TYPE_TRAITS_REMOVE_CONST_HPP #define SPROUT_TYPE_TRAITS_REMOVE_CV_HPP
#include <type_traits> #include <type_traits>
#include <sprout/config.hpp> #include <sprout/config.hpp>