memory_resource.cc
29.4 KB
-
PR libstdc++/87963 fix build for 64-bit mingw · d5cc6de1
PR libstdc++/87963 * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type from unsigned to uint32_t. (chunk): Fix static assertion for 64-bit targets that aren't LP64. (bigblock::all_ones): Fix undefined shift. From-SVN: r266032
Jonathan Wakely committed