Compile error on MacOS

Issue #264 resolved
Frank de Jong created an issue

For a while I have been running into this compile issue on MacOS:

/Users/me/src/art/rtengine/ipcolorcorrection.cc:252:46: error: variable-sized object may not be initialized

std::unique_ptr<HaldCLUTApplication> lut[n] = {};

Is this something on my end?

Comments (2)

  1. Log in to comment