summaryrefslogtreecommitdiff
path: root/src/container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/container.cpp')
-rw-r--r--src/container.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/container.cpp b/src/container.cpp
new file mode 100644
index 0000000..00e7cad
--- /dev/null
+++ b/src/container.cpp
@@ -0,0 +1,5 @@
1#include "neural/container.h"
2
3template class Neural::Container<float>;
4template class Neural::Container<double>;
5template class Neural::Container<long double>;