Skip to content

Commit

Permalink
Merge pull request #8498 from bendavid/lhexmlstddictionaries
Browse files Browse the repository at this point in the history
add missing stl container dictionaries for LHEXMLStringProduct changes
  • Loading branch information
cmsbuild committed Mar 25, 2015
2 parents 2d674ff + ba86d0b commit cb4de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/StdDictionaries/src/classes_def_vector.xml
Expand Up @@ -35,6 +35,7 @@
<class name="std::vector<std::vector<std::vector<int> > >"/>
<class name="std::vector<std::vector<unsigned int> >"/>
<class name="std::vector<std::vector<unsigned short> >"/>
<class name="std::vector<std::vector<unsigned char> >"/>
<class name="std::vector<unsigned char>"/>
<class name="std::vector<unsigned char*>"/>
<class name="std::vector<unsigned int>"/>
Expand Down
1 change: 1 addition & 0 deletions DataFormats/StdDictionaries/src/classes_vector.h
Expand Up @@ -52,6 +52,7 @@ namespace DataFormats_StdDictionaries {
std::vector<std::vector<std::vector<int> > > dummy16_6;
std::vector<std::vector<unsigned int> > dummy2v;
std::vector<std::vector<unsigned short> > dummy9v;
std::vector<std::vector<unsigned char> > dummy10v;
std::vector<unsigned char*> dummy7p;
std::vector<unsigned char> dummy7;
std::vector<unsigned int> dummy2;
Expand Down

0 comments on commit cb4de31

Please sign in to comment.