mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix include guard
This commit is contained in:
parent
4cceea862f
commit
0396274d8b
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)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_TYPE_TRAITS_IS_SWAPPABLE_HPP
|
||||
#define SPROUT_TYPE_TRAITS_IS_SWAPPABLE_WITH_HPP
|
||||
#define SPROUT_TYPE_TRAITS_IS_SWAPPABLE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/type_traits/is_swappable_with.hpp>
|
||||
|
|
Loading…
Reference in a new issue