-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm using Archlinux, with Cevelop 1.12.1-201907081203 and Constificator 1.12.2.20190710144.
With this source code:
static void operator delete(void * const ptr) noexcept {
}I'm getting:
Selecting "Add const-qualification" does nothing - it hides the error, but as soon as the line is visited again, it reappears.
Changing the type to void const * const ptr makes the error go away, but that makes no sense (and doesn't compile).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
