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

Output operators access non-existent members #486

Open
manfred-ernst opened this issue May 8, 2024 · 1 comment
Open

Output operators access non-existent members #486

manfred-ernst opened this issue May 8, 2024 · 1 comment

Comments

@manfred-ernst
Copy link

operator<<(embree_ostream cout, const PointMi& line) in kernels/geometry/pointi.h accesses the non-existent member line.v0.
operator<<(embree_ostream cout, const QuadraticBezierCurve& a) in kernels/subdiv/bezier_curve.h accesses the non-existent member a.u.

@dopitz
Copy link
Contributor

dopitz commented May 13, 2024

Hi, just fixed this. The fix should be available in the next release.

Thanks!

freibold pushed a commit that referenced this issue May 21, 2024
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

No branches or pull requests

2 participants