mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
fix typo
This commit is contained in:
parent
cc48f3585a
commit
aaf31f2ab8
3 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_RANGE_ALGORITHM_CXX14_MOVE_BACKWARD_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_CXX14_COPY_BACKWARD_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_CXX14_MOVE_BACKWARD_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
|
@ -30,4 +30,4 @@ namespace sprout {
|
|||
} // namespace range
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_CXX14_COPY_BACKWARD_HPP
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_CXX14_MOVE_BACKWARD_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue