Skip to content

Instantly share code, notes, and snippets.

@njlr
Created June 2, 2017 18:20
Show Gist options
  • Save njlr/6c15ac22ebb5e7f7e788474be1a61404 to your computer and use it in GitHub Desktop.
Save njlr/6c15ac22ebb5e7f7e788474be1a61404 to your computer and use it in GitHub Desktop.
// ...
// 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