Skip to content

Instantly share code, notes, and snippets.

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