Skip to content

For the unimplemented Accessors cppcheck complains for reaching the exit path from function with non-void return type

For the unimplemented Accessors cppcheck complains for reaching the exit path from function with non-void return type that has missing return statement. In reality we do not need these definitions, in principle we need the declaration (template) and then the definitions of the explicit specializations that are in use

ping @sroe

Screenshot_2021-10-09_at_15.28.43

Edited by Christos Anastopoulos

Merge request reports