non virtual destructor
Open
question
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I like you take on a simple state machine. When building with -Wnon-virtual-dtor you got some warning. I would add
` virtual ~MooreMachine() noexcept = default;`
to the MooreMachine template.
There is some reason I am missing why it is not there?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.