Now when I actually use them, I get compile errors all over the place!
1 2 3 4 5 6 7
//Definition
Mesh<Voxel> mesh;
VBO<Voxel> vbo;
//Call
std::vector<Voxel>& test = mesh.get().get();
vbo.upload(test); //<< There occures the error. If I comment out that line, it vanishes