
David Abrahams schrieb:
Stefan Strasser <sstrasser@systemhaus-gruppe.de> writes:
Stefan Strasser schrieb:
this code has always been working on gcc but doesn't on icc, can anyone tell me what's wrong here: typedef
mpl::copy<AMplVector,mpl::back_inserter<mpl::vector<AnotherMplVector>
::type Type;
sorry, I've made a mistake here: "AnotherMplVector" instead of "mpl::vector<AnotherMplVector>".
I can't tell what you've done. Why not post a tiny complete program that reproduces the problem? It should be easy enough.
the problem was that I've exceeded the default maximum vector size of 20. do you consider it a bug that a vector of 21 items worked on gcc without any redefinition of BOOST_MPL_LIMIT_VECTOR_SIZE? if so, where to report it? -- Stefan Strasser