Building the project with different GCC version
All contributors are using GCC 11.4.0 version right now. But when another version of GCC is used for building the project, it gives errors (mostly about implicit includes) This has to be maintained on the long run.
To Reproduce
Steps to reproduce the behavior:
- Install GCC other than version 11.4.0
- Clean build the project.
- See error
Expected behavior
Project suppose to happen for almost every modern c++ supporting GCC versions.
Building the project with different GCC version
All contributors are using GCC 11.4.0 version right now. But when another version of GCC is used for building the project, it gives errors (mostly about implicit includes) This has to be maintained on the long run.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Project suppose to happen for almost every modern c++ supporting GCC versions.