eic / eic-smear

fast simulation tool originally developed by the BNL EIC task force
GNU General Public License v3.0
2 stars 11 forks source link

Instantiate needed erhic::File<> variants in the File.cxx's translation unit #21

Closed veprbl closed 2 years ago

veprbl commented 2 years ago

Templated classes have to be instantiated explicitly. gcc can be forgiving about this, but other compilers are not always like that.

Fixes: #10