Task #58 - fixed.err

back to task #58
download
Error: CLANG_WARNING:
gcc-14.0.1-20240411/gcc/cp/contracts.cc:153: included_from: Included from here.
gcc-14.0.1-20240411/gcc/cp/cp-tree.h:867:15: warning[core.NullDereference]: Dereference of null pointer
#  865|     tree operator* () const
#  866|     {
#  867|->     tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
#  868|   
#  869|       /* Check this is not an unexpected 2-dimensional overload.  */