We do not include the dictionary for any of the vector of vector.
You can see if a particular dictionary is available by doing#include <vector>
.class vector<....>If it is listed as being defined in _vector.h, this means that we have not provided the dictionary for it (in other word, CINT is seeing an interpreted version of the vector rather than a compiled version).
we have a new feature in CINT which will generate the dictionary for vector<vector > etc on the fly. I.e. it’s not included but it is available when needed.