mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix isolated files
This commit is contained in:
parent
f45298f81f
commit
7f8a352783
27 changed files with 270 additions and 55 deletions
|
@ -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_ALGORITHM_FIXED_RESULT_OF_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_RESULT_OF_HPP
|
||||
#ifndef SPROUT_ALGORITHM_FIXED_RESULTS_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_RESULTS_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -45,4 +45,4 @@ namespace sprout {
|
|||
} // namespace results
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FIXED_RESULT_OF_HPP
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FIXED_RESULTS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue