libstdc++: Fix indentation in std::list::emplace_back
libstdc++-v3/ChangeLog: * include/bits/stl_list.h (list::emplace_back): Fix indentation.
This commit is contained in:
parent
aaada43a2a
commit
71f221a8be
1 changed files with 1 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11
|
|||
{
|
||||
this->_M_insert(end(), std::forward<_Args>(__args)...);
|
||||
#if __cplusplus > 201402L
|
||||
return back();
|
||||
return back();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue