2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 02:52:12 +00:00

Debug CI crash 15/n [skip ci]

This commit is contained in:
Rene Rivera
2022-04-13 22:54:03 -05:00
parent 2ccf4d6d15
commit a5dbb560bf

View File

@@ -462,6 +462,7 @@ remove_cref_t<T> * _stack::push( T v, int32_t n )
data = nth<T>( -n );
check_alignment();
std::uninitialized_fill_n( static_cast<U*>( data ), n, v );
assert( ((ptrdiff_t)data) > (1<<4) );
cleanup_push<U>( n );
return static_cast<U*>( data );
}