libstdc++: Fix typo in comment
libstdc++-v3/ChangeLog: * include/bits/stl_uninitialized.h: Fix typo in comment.
This commit is contained in:
parent
a789af1ca2
commit
3e35c54a9b
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
#ifdef __cpp_lib_is_constant_evaluated
|
#ifdef __cpp_lib_is_constant_evaluated
|
||||||
if (std::is_constant_evaluated())
|
if (std::is_constant_evaluated())
|
||||||
{
|
{
|
||||||
// Can't use memcpu. Wrap the pointer so that __relocate_a_1
|
// Can't use memcpy. Wrap the pointer so that __relocate_a_1
|
||||||
// resolves to the non-trivial overload above.
|
// resolves to the non-trivial overload above.
|
||||||
__gnu_cxx::__normal_iterator<_Tp*, void> __out(__result);
|
__gnu_cxx::__normal_iterator<_Tp*, void> __out(__result);
|
||||||
__out = std::__relocate_a_1(__first, __last, __out, __alloc);
|
__out = std::__relocate_a_1(__first, __last, __out, __alloc);
|
||||||
|
|
Loading…
Add table
Reference in a new issue