Commit 3a1744b
committed
SimpleTypedDataBinding : Fix
Explicitly defining / casting the data type returned by `extract()`
fixes an error when building with clang where it would fail to find a
constructor for `half` : `error: no viable conversion from
'boost::python::extract<Imath::half>' to 'Imath_3_1::half'`half on clang1 parent 9237632 commit 3a1744b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments