Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I'm really fucking tired. Like, really tired. I've fixed so many bugs today and written so many minor features that I'm exhausted. So forgive me if I'm overlooking something, OK?
src/gfx.cxx:33:25: error: no match for call to ‘(positional_point {aka s_pos_point}) (uint32_t&, uint32_t&)’
33 | plot_pixel(pos(xx, yy), color);
| ^
Which insinuates that xx[/i[ and yy are references, which is so not good on so many levels.
This seems to be out of my control, though is there any compiler flags to fix this, or is my code wrong?