mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
Merge pull request #92 from Ostoic/patch-1
Fix wrong header guard being used
This commit is contained in:
commit
5b8aa7d71e
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
|
||||
#ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
|
@ -25,4 +25,4 @@ namespace sprout {
|
|||
} // namespace range
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
|
||||
|
|
Loading…
Reference in a new issue