Closed timspainNERSC closed 3 months ago
module.cpp
Fixes #657
Add a line to module_builder.py to explicitly instantiate the templated Module class within the module.cpp source file.
module_builder.py
Module
The Release build successfully links all tests on MacOS/clang++.
Explicit specialization of the base class in
module.cpp
Fixes #657
Change Description
Add a line to
module_builder.py
to explicitly instantiate the templatedModule
class within themodule.cpp
source file.Test Description
The Release build successfully links all tests on MacOS/clang++.