dynarray
dynarray copied to clipboard
std::unique_ptr lacks a data() member
m_data.data() appears throughout, but doesn't compile (GCC 7.3) and isn't standard. Shouldn't it be m_data.get()?
Hey, thank you for this! You are totally right. Can you make a pull request? I would be very glad to merge it. Did not know anyone would plan to use this code because it is missing tests and CI. Maybe I should add that.