You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the excellent work on this template! I have a couple of suggestions that I believe will enhance the setup experience for other users:
README Update for C++20 Support:
Update the README to tell how to use C++20 instead of C++17. Specifically, the CMakeLists.txt file should be updated from:
.gitignore Update:
To prevent the repository from growing unnecessarily large, it would be helpful to add the following lines to the .gitignore file to exclude local build output and IDE-specific files:
/out/*
/.vs/*
The text was updated successfully, but these errors were encountered:
Thank you for the excellent work on this template! I have a couple of suggestions that I believe will enhance the setup experience for other users:
README Update for C++20 Support:
Update the README to tell how to use C++20 instead of C++17. Specifically, the CMakeLists.txt file should be updated from:
to:
.gitignore Update:
To prevent the repository from growing unnecessarily large, it would be helpful to add the following lines to the
.gitignore
file to exclude local build output and IDE-specific files:The text was updated successfully, but these errors were encountered: