Created
June 2, 2017 18:20
-
-
Save njlr/6c15ac22ebb5e7f7e788474be1a61404 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
// ... | |
// Vector class above | |
// Forward declaration of common sizes | |
extern template class Vector<16>; | |
extern template class Vector<32>; | |
extern template class Vector<64>; | |
extern template class Vector<128>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment