Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit specialization of the base class to module.cpp (#661)
# Explicit specialization of the base class in `module.cpp` Fixes #657 # Change Description Add a line to `module_builder.py` to explicitly instantiate the templated `Module` class within the `module.cpp` source file. --- # Test Description The Release build successfully links all tests on MacOS/clang++.
- Loading branch information