mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +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_FIT_RESULT_OF_HPP
|
||||
#define SPROUT_ALGORITHM_FIT_RESULT_OF_HPP
|
||||
#ifndef SPROUT_ALGORITHM_FIT_RESULTS_HPP
|
||||
#define SPROUT_ALGORITHM_FIT_RESULTS_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -36,4 +36,4 @@ namespace sprout {
|
|||
} // namespace fit
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FIT_RESULT_OF_HPP
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FIT_RESULTS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue