Skip to content

v1.1.8

Compare
Choose a tag to compare
@furby-tm furby-tm released this 12 Nov 10:31
· 197 commits to main since this release
de654aa
Header reshapery, outlaw stdlib using wrong math.

* For platforms that don't care about casing such as
  all but Linux platforms, there was a big oh-whoopsie
  if the current header search path had a Math.h in it,
  in this case, it was <OpenVDB/Math/Math.h>, and well,
  obviously the cstd library doesn't appreciate that very
  much!
* so we therefore yeeted OpenVDB/Math out of the ever-finding
  search path, and you are now forced to prefix that include, I
  suppose we could have just renamed it too but it seems fine.