Open cpp-fun opened 3 months ago
struct A { // double vals[3]; // Is it possible to support it? std::array<double, 3> vals; }; REFL_AUTO( type(A, Table{"A"}), field(vals, Column{"vals", DataType::ARRAY}, serializable()) )
What error are you seeing?