Код: Выделить всё
#include
#include
void f(long long const* data, size_t len);
void h(int const* data, size_t len)
{
std::unique_ptr heapBuff;
auto nbytes = len * sizeof(long long);
long long* arr;
if (nbytes
Подробнее здесь: [url]https://stackoverflow.com/questions/79127146/gcc-bogus-may-be-used-uninitialized-warning-starting-with-version-11[/url]
Мобильная версия