Commit b82f349
authored
fix(api): Restore definition of OIIO_NAMESPACE_USING macro (#4920)
Version 3.1 removed this definition, thinking it was safe because we
didn't use it anywhere, didn't document it, and what it expands to
(`using namespace OIIO`) isn't any longer than the macro name, so is
pointless to use.
But downstream projects did use it. Oops.
Signed-off-by: Larry Gritz <[email protected]>1 parent 046b20f commit b82f349
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
0 commit comments