mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
fix isolated files
This commit is contained in:
parent
f45298f81f
commit
7f8a352783
27 changed files with 270 additions and 55 deletions
14
sprout/range/algorithm/partial_sort_copy.hpp
Normal file
14
sprout/range/algorithm/partial_sort_copy.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2014 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_RANGE_ALGORITHM_PARTIAL_SORT_COPY_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_PARTIAL_SORT_COPY_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/algorithm/cxx14/partial_sort_copy.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_PARTIAL_SORT_COPY_HPP
|
|
@ -11,6 +11,5 @@
|
|||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/algorithm/fixed/swap_element_copy.hpp>
|
||||
#include <sprout/range/algorithm/fit/swap_element_copy.hpp>
|
||||
#include <sprout/range/algorithm/cxx14/swap_element_copy.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_SWAP_ELEMENT_COPY_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue