Y
Hacker News
new
|
ask
|
show
|
jobs
by
chris_wot
3064 days ago
In C++ for the LivreOffice project I recently found an operator function I wanted swapped out to a GetColor() function.
I used =delete on the class function, really helped!