Skip to content
  • Karsten Suehring's avatar
    avoid dereferencing a nullptr object · e043df97
    Karsten Suehring authored
    Dereferencing a nullptr should be avoided, even if the passed object is never used.
    It may not be the most elegant solution to pass an empty list object, but it should work.
    e043df97