mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix coding-style
This commit is contained in:
parent
df3023db30
commit
5ce2cb023c
196 changed files with 1180 additions and 1787 deletions
|
@ -27,11 +27,8 @@ namespace sprout {
|
|||
// append_back
|
||||
//
|
||||
template<typename Container, typename Input>
|
||||
inline SPROUT_CONSTEXPR typename sprout::fit::result_of::append_back<Container, Input>::type append_back(
|
||||
Container const& cont,
|
||||
Input const& input
|
||||
)
|
||||
{
|
||||
inline SPROUT_CONSTEXPR typename sprout::fit::result_of::append_back<Container, Input>::type
|
||||
append_back(Container const& cont, Input const& input) {
|
||||
return sprout::sub_copy(
|
||||
sprout::get_internal(sprout::fixed::append_back(cont, input)),
|
||||
sprout::internal_begin_offset(cont),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue