19 Jan
2019
19 Jan
'19
9:32 a.m.
On 16/01/2019 13:44, Sivaram L via Boost-users wrote:
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?
As Adam has correctly pointed out, boost::container::static_vector is header-only. Ion