$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] is boost::container::static_vector header only library?
From: Sivaram L (sivaram.grps_at_[hidden])
Date: 2019-01-16 12:44:30
I am working on a embedded systems project, where we are exploring
options to use STL containers without dynamic memory allocation,
except std::array we cannot use any of the STL, boost container has
static_vector for that, on browsing the code,we found that the library
has to be built, is there a way to use this library as header only
library?