1
0
Fork 0
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:
Bolero MURAKAMI 2018-12-25 17:19:57 +09:00 committed by GitHub
commit 5b8aa7d71e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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