mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix bugs
This commit is contained in:
parent
7233a268fd
commit
6e8b5ea395
5 changed files with 41 additions and 19 deletions
14
sprout/algorithm/for_each.hpp
Normal file
14
sprout/algorithm/for_each.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2016 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
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_ALGORITHM_FOR_EACH_HPP
|
||||
#define SPROUT_ALGORITHM_FOR_EACH_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/cxx14/for_each.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FOR_EACH_HPP
|
Loading…
Add table
Add a link
Reference in a new issue