Skip to content
  • Kazunori Fujiwara's avatar
    [2302] Fix bugs in Element class · 593b348c
    Kazunori Fujiwara authored
    Two bugs in src/lib/cc/data.h:
    
    * Element::find() does not return value because its argument is not a
      reference.
    
    * getValue() member functions does not work for ConstElementPointer
      because getValue() member functions are not specified as const.
    
    Aharen found these bugs.
    593b348c