mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix include guard
This commit is contained in:
parent
c0589d9925
commit
ddccff51e6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP
|
||||
#define SPROUT_RANGE_ADAPTOR_BLANKED_HPP
|
||||
#define SPROUT_RANGE_ADAPTOR_FILLED_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -109,4 +109,4 @@ namespace sprout {
|
|||
{};
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ADAPTOR_BLANKED_HPP
|
||||
#endif // #ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP
|
||||
|
|
Loading…
Reference in a new issue