mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
f4c2f7ebdb
Variable length arrays of non-PODs are not part of the C++ standard, but a GNU extension that never worked correctly. Instead, BStackOrHeap array is used now, which makes sure that it's not too big for the stack, calls all constructors and is valid C++.