mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-11 10:03:59 +00:00
fix include guard
This commit is contained in:
parent
b578294eb8
commit
e85b8da5e1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue