dynarray icon indicating copy to clipboard operation
dynarray copied to clipboard

std::unique_ptr lacks a data() member

Open mhfrantz opened this issue 7 years ago • 1 comments

m_data.data() appears throughout, but doesn't compile (GCC 7.3) and isn't standard. Shouldn't it be m_data.get()?

mhfrantz avatar Nov 02 '18 04:11 mhfrantz

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.

Robbepop avatar Nov 02 '18 11:11 Robbepop