Skip to content
Snippets Groups Projects
Commit d17c9f5e authored by scott snyder's avatar scott snyder
Browse files

- Allow omitting the =default= clause in a =switch= statement on an =enum=

   that handles all possible values.  Recent compilers will warn if some
   values are not handled, and it's better to get such a diagnosic
   at compile-time rather than at runtime.
 - Clarify avoid-typedef section.
 - Mention preference for =ATH_MSG_= macros.
 - Don't require =override= for destructors.
 - Avoid using =#pragma once=.
parent 83d0f5d6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment