mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user