-
Raphael Isemann authored
These C++ modules serve no purpose as we 1. already have an STL dict. 2. they contain just interpreter clutter therefore. 3. care only about the generated IO information. Let's disable them to get rid of all the build warning when rootcling can't find the specific STL header that doesn't exist inside ROOT: ``` Warning in <GenerateModule>: warning: Couldn't find the following specified headers in the module listDict: list Warning in <GenerateModule>: warning: Couldn't find the following specified headers in the module multisetDict: set ```
Raphael Isemann authoredThese C++ modules serve no purpose as we 1. already have an STL dict. 2. they contain just interpreter clutter therefore. 3. care only about the generated IO information. Let's disable them to get rid of all the build warning when rootcling can't find the specific STL header that doesn't exist inside ROOT: ``` Warning in <GenerateModule>: warning: Couldn't find the following specified headers in the module listDict: list Warning in <GenerateModule>: warning: Couldn't find the following specified headers in the module multisetDict: set ```