Revision: | 1.4 |
Committed: | Mon Jan 14 00:32:11 2013 UTC (12 years, 3 months ago) by bbetchar |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V00-03-02, V00-03-01, V00-02-02, V00-02-01, HEAD |
Changes since 1.3: | +2 -0 lines |
Log Message: | revert to previous Reflex dictionaries for std::map<string,int> |
# | User | Rev | Content |
---|---|---|---|
1 | bbetchar | 1.1 | #ifndef TOPREF_CLASSES_H |
2 | #define TOPREF_CLASSES_H | ||
3 | |||
4 | bbetchar | 1.4 | #include "DataFormats/Common/interface/Wrapper.h" |
5 | bbetchar | 1.1 | #include <string> |
6 | #include <map> | ||
7 | |||
8 | namespace { | ||
9 | struct dictionary { | ||
10 | std::map<std::string,int> dummi0; | ||
11 | bbetchar | 1.4 | edm::Wrapper<std::map<std::string,int> > dummi1; |
12 | bbetchar | 1.1 | }; |
13 | } | ||
14 | |||
15 | #endif |