You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there was a reason not to support C-array members, I can't remember it anymore.
As you probably noticed, std::array members are supported, since they are special-cased in load.hpp. A similar check could be added for C-style arrays.
Hello, I am currently playing around with
blobify
and I noticed that using a C arrays causes errors to appear (error.log). Here is an example below:I was wondering if this is normal or not?
The text was updated successfully, but these errors were encountered: