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

Remove unused header and replace boost::replace_all #161

Merged
merged 2 commits into from
Mar 4, 2021

Conversation

bernhardmgruber
Copy link
Member

  • Remove unused header
  • Replace boost::replace_all by custom implementation. This avoids pulling in boost::mpl, which causes issues with nvcc, and improves compile times.

This avoids pulling in boost::mpl, which causes issues with nvcc, and improves compile times.
@bernhardmgruber bernhardmgruber merged commit 8f958f3 into alpaka-group:develop Mar 4, 2021
@bernhardmgruber bernhardmgruber deleted the ref branch March 4, 2021 19:39
@bussmann
Copy link

Could you choose a more verbose title for this, please? This won't be the last refactoring, I suppose.

@bernhardmgruber bernhardmgruber changed the title Refactoring Remove unused header and replace boost::replace_all Mar 10, 2021
@bernhardmgruber
Copy link
Member Author

Does the new title sound better to you? I will try to word them better in the future.

@bussmann
Copy link

Much better, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants