Created
June 2, 2017 18:17
-
-
Save njlr/6aac1ec2e7f1e7568b00816dc7bb12e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <vector.hpp> | |
// Instantiation of common sizes | |
template class Vector<16>; | |
template class Vector<32>; | |
template class Vector<64>; | |
template class Vector<128>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment