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
Edited by Christos Anastopoulos