jackperlo/bachelor-thesis

Non standard header file

Closed this issue · 1 comments

The header file pointed by the following url is not standard and won't compile on non-linux machines. It is also not a good practice to include these files since its only purpose is to replace the inclusion of multiple header files (which might not all be relevant to your project causing unnecessary compilation overhead).

#include <bits/stdc++.h>

Please substituted it with relevant (standard) headers.

stdc++.h replaced by the related header files of interest