Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libc++abi.dylib: Pure virtual function called!
On MacOS, we may end up with the following runtime error. OpenEXR/dwaLookups.h libc++abi.dylib: Pure virtual function called! Fix dwaLookup generation which is due to calling the base function from constructor which calls the overriden method run, which causes the base class to call the pure virtual method only, which does not do anything. outfile ended up not being generated.
- Loading branch information