• BeigeAgenda
    cake
    link
    fedilink
    arrow-up
    5
    ·
    3 months ago

    Yep, first thing that comes to mind is that header only classes need to use inline functions.

    • brisk@aussie.zone
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      3 months ago

      Member functions that are defined within a class definition are implicitly inline

      • BeigeAgenda
        cake
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Ah I see now that I mixed it up with classless functions in a header.