Skip to content

Conversation

@djw8605
Copy link
Contributor

@djw8605 djw8605 commented May 14, 2019

Using const char** does not allow implicit conversion from char**. It has to be protected at both level of de-reference: char const* const*

Using const char** does not allow implicit conversion from char**.
It has to be protected at both level of de-reference, so:
char const* const*
@djw8605 djw8605 requested a review from bbockelm May 14, 2019 14:41
@bbockelm
Copy link
Contributor

Looks good to me. What precisely was the use case that hit this issue though?

@djw8605
Copy link
Contributor Author

djw8605 commented May 15, 2019 via email

@djw8605 djw8605 merged commit 9e452aa into scitokens:master May 29, 2019
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