Skip to content
Snippets Groups Projects
  • Raphael Isemann's avatar
    8759b1a9
    [cxxmodules] Don't generate C++ modules for clingutil STL dicts. · 8759b1a9
    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
    ```
    8759b1a9
    History
    [cxxmodules] Don't generate C++ modules for clingutil STL dicts.
    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
    ```