G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Fix ARM build: remove explicit tmpl instantiation #700

Closed gicmo closed 6 years ago

gicmo commented 6 years ago

For reasons lost to history some templates were explicitly instantiated, most likely to fix some windows build issues. This seems to be hopefully not necessary anymore, becasue it breaks builds on ARM. It is also violating the C++ std (14.7 clause 5): "an explicit instantiation definition shall appear at most once in a program"