Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Many .hxx files

Open flomnes opened this issue 7 months ago • 0 comments

Sometimes we have to use .hxx files to implement templates, so we have no choice.

But sometimes it's not necessary, .hxx files are not associated to templates

  • src/libs/antares/study/include/antares/study/scenario-builder/rules.hxx
  • src/libs/antares/study/include/antares/study/scenario-builder/sets.hxx (template StringT should be removed)
  • etc.

This can lead to increased build times, since .hxx files are potentially compiled multiple times (in different CMake libraries).

flomnes avatar Jul 22 '24 11:07 flomnes