Skip to content

Expose OIIO::Strutil::print in the main OIIO namespace #3667

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

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Nov 13, 2022

We use this all the time in our internals, and I'm tired of having to write Strutil::print. Too verbose. By putting it in the main OIIO namespace, OIIO internals can reference as simply print(), and external users now have a choice of saying Strutil::print() or OIIO::print().

We use this all the time in our internals, and I'm tired of having to
write Strutil::print. Too verbose. By putting it in the main OIIO
namespace, OIIO internals can reference as simply print(), and
external users now have a choice of saying Strutil::print() or
OIIO::print().
@lgritz lgritz merged commit 30ea4eb into AcademySoftwareFoundation:master Nov 14, 2022
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Nov 14, 2022
…reFoundation#3667)

We use this all the time in our internals, and I'm tired of having to
write Strutil::print. Too verbose. By putting it in the main OIIO
namespace, OIIO internals can reference as simply print(), and
external users now have a choice of saying Strutil::print() or
OIIO::print().
@lgritz lgritz deleted the lg-print branch November 14, 2022 16:41
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.

1 participant