eneswitwit / Sumfactorization

1 stars 0 forks source link

Make sure all header are compilable on their own #19

Closed masterleinad closed 7 years ago

masterleinad commented 7 years ago

Create a corresponding *.cc file for each header file just including the header file and

int main()
{
  return 0;
}

and make sure this compiles.