mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
algorithm, operation 全面修正
This commit is contained in:
parent
21f5d5191a
commit
5e67195030
244 changed files with 4764 additions and 831 deletions
|
@ -16,7 +16,7 @@ namespace sprout {
|
|||
//
|
||||
template<std::size_t N, typename Container>
|
||||
struct pop_back_n
|
||||
: public erase_n<N, Container>
|
||||
: public sprout::fixed::result_of::erase_n<N, Container>
|
||||
{};
|
||||
} // namespace result_of
|
||||
|
||||
|
@ -35,6 +35,12 @@ namespace sprout {
|
|||
);
|
||||
}
|
||||
} // namespace fixed
|
||||
|
||||
namespace result_of {
|
||||
using sprout::fixed::result_of::pop_back_n;
|
||||
} // namespace result_of
|
||||
|
||||
using sprout::fixed::pop_back_n;
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_OPERATION_FIXED_POP_BACK_N_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue