Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check libraries in each class #23

Open
spirosmaggioros opened this issue Feb 5, 2024 · 0 comments
Open

Check libraries in each class #23

spirosmaggioros opened this issue Feb 5, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@spirosmaggioros
Copy link
Member

spirosmaggioros commented Feb 5, 2024

Some files may contain libraries that are not needed, and some times in some OS's there are compilation errors if some libraries are not included (for example in macos with c++ -std=c++17 compilation #include <memory> is not needed for std::shared_ptr<T> but in Windows with g++ -std=c++17 there are compilation errors).

If you don't have a mac, please make sure everything works as it should, otherwise report that with an issue or solve it by adding/removing the needed library.

@spirosmaggioros spirosmaggioros added bug Something isn't working good first issue Good for newcomers labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant