mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix detail/* directory structures.
This commit is contained in:
parent
1636398742
commit
c6fb8af0c5
16 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_DETAIL_COUNT_N_HPP
|
||||
#define SPROUT_DETAIL_COUNT_N_HPP
|
||||
#ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP
|
||||
#define SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -24,4 +24,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_COUNT_N_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_DETAIL_COUNT_N_IF_HPP
|
||||
#define SPROUT_DETAIL_COUNT_N_IF_HPP
|
||||
#ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP
|
||||
#define SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -24,4 +24,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_COUNT_N_IF_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_DETAIL_OVERLAP_COUNT_HPP
|
||||
#define SPROUT_DETAIL_OVERLAP_COUNT_HPP
|
||||
#ifndef SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP
|
||||
#define SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -70,4 +70,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_OVERLAP_COUNT_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
|
||||
#define SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
|
||||
#ifndef SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP
|
||||
#define SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -51,4 +51,4 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
|
||||
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue