• R/O
  • SSH
  • HTTPS

sprout: Commit


Commit MetaInfo

Revision5279 (tree)
Zeit2018-12-25 17:23:12
Autorbolero-murakami

Log Message

(empty log message)

Ändern Zusammenfassung

Diff

--- sprout/range/algorithm/any_of_equal.hpp (revision 5278)
+++ sprout/range/algorithm/any_of_equal.hpp (revision 5279)
@@ -5,8 +5,8 @@
55 Distributed under the Boost Software License, Version 1.0. (See accompanying
66 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
77 =============================================================================*/
8-#ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
9-#define SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
8+#ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
9+#define SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
1010
1111 #include <sprout/config.hpp>
1212 #include <sprout/container/functions.hpp>
@@ -25,4 +25,4 @@
2525 } // namespace range
2626 } // namespace sprout
2727
28-#endif // #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP
28+#endif // #ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_EQUAL_HPP
Show on old repository browser