I know that when we are using template inside another template, we should write it like this:
vector > s;
and if we wr
Sometimes you want it to be >>. Consider
>>
boost::array>2> x;
In C++03 this successfully parses and creates an array of size 256.
256