![]() As the PR observes, _Temporary_buffer was using an unreserved name for a member function that can therefore clash with macros defined by the user. Avoid that by renaming the member function. PR libstdc++/119496 libstdc++-v3/ChangeLog: * include/bits/stl_algo.h: Adjust calls to requested_size. * include/bits/stl_tempbuf.h (requested_size): Rename with an _M_ prefix. * testsuite/17_intro/names.cc: Add a #define for requested_size. Signed-off-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> |
||
---|---|---|
.. | ||
headers | ||
badnames.cc | ||
freestanding.cc | ||
names.cc | ||
names_fortify.cc | ||
names_pstl.cc | ||
no_library_allocation.cc | ||
shared_with_static_deps.cc | ||
static.cc | ||
tag_type_explicit_ctor.cc | ||
using_namespace_std.cc | ||
using_namespace_std_exp_neg.cc | ||
using_namespace_std_tr1_neg.cc | ||
versionconflict.cc |