This commit is contained in:
bolero-MURAKAMI 2014-04-21 19:33:30 +09:00
parent cc48f3585a
commit aaf31f2ab8
3 changed files with 3 additions and 5 deletions

View file

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