$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost][container][static_vector] Stack or heap?
From: Aaron Levy (aaron.levy_at_[hidden])
Date: 2014-09-08 13:06:05
Does the boost::container::static_vector allocate its memory on the stack or heap. From what I could make of the code, it seems to allocate on the stack. What happens if the requested size exceeds the stack size limits?
Aaron