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

Bump redGrapes to C++17 #56

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

ikbuibui
Copy link
Collaborator

@ikbuibui ikbuibui commented Jan 25, 2024

Update the cmake and readme to reflect this change.
Use std::shared_mutex instead of std::shared_timed_mutex (which was a c++14 workaround).
Remove third party optional, code now uses c++17 optional
Closes #43

Update the cmake and readme to reflect this change.
Use std::shared_mutex instead of std::shared_timed_mutex (which was a c++14 workaround)
Remove third party optional, code now uses c++17 optional
@ikbuibui ikbuibui changed the title Bump redGrapes to C++17. Bump redGrapes to C++17 Jan 25, 2024
@psychocoderHPC psychocoderHPC merged commit 9f4af5f into ComputationalRadiationPhysics:dev Jan 25, 2024
1 check passed
@ikbuibui ikbuibui deleted the c++17 branch January 25, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove dependency optional
2 participants