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

Replace BOOST_CURRENT_FUNCTION with C++11 __func__ #762

Conversation

BenjaminW3
Copy link
Member

@BenjaminW3 BenjaminW3 commented Mar 13, 2019

Removes one more dependency to boost.

@BenjaminW3 BenjaminW3 added this to the Version 0.4.0 milestone Mar 13, 2019
@BenjaminW3 BenjaminW3 requested a review from a team March 13, 2019 09:38
@sbastrakov
Copy link
Member

Isn't __func__ C99 and not C++11 ? Not sure if that should be a stopper, as now even MSVS seems to support it, just saying.

@BenjaminW3
Copy link
Member Author

You are right, C99. Should not matter for this PR as long as all compilers implement it.

@BenjaminW3
Copy link
Member Author

Please approve!

@BenjaminW3 BenjaminW3 merged commit 06dde73 into alpaka-group:develop Mar 14, 2019
@BenjaminW3 BenjaminW3 deleted the topic-remove_boost_current_function branch March 14, 2019 07:15
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.

4 participants