13 Mar
2015
13 Mar
'15
12:56 p.m.
Hi all,
I want to construct a static const vector being the result of
concatenation of two other vectors. I was thinking to use
boost::push_back, but it takes a container as a lvalue reference as a
1st argument. I could develop the following piece of code
template