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

Avoid OIIO::string_view::str() #1467

Merged
merged 2 commits into from
Feb 24, 2022

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Feb 20, 2022

The str() method was not part of the final C++17 std::string_view.
To ensure future interchangeability with std::string_view, change the
few places where we call str() in the OSL code base.

Signed-off-by: Larry Gritz [email protected]

The str() method was not part of the final C++17 std::string_view.
To ensure future interchangeability with std::string_view, change the
few places where we call str() in the OSL code base.

Signed-off-by: Larry Gritz <[email protected]>
@lgritz lgritz merged commit 97a4ac8 into AcademySoftwareFoundation:main Feb 24, 2022
@lgritz lgritz deleted the lg-oiiostr branch February 24, 2022 20:39
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