Skip to content
  • Guillaume Roguez's avatar
    utils: c++11'ify RING_ARRAYSIZE and CONST_PJ_STR macros · 6f868d66
    Guillaume Roguez authored
    Macros (C relica) are easly transformed into C++ using constexpr.
    Using template provides type-safe.
    
    RING_ARRAYSIZE becomes arraySize.
    CONST_PJ_STR has been also moved into sip_utils.
    
    Issue: #79703
    Change-Id: Ic197f53bbfeba363f0609908fa680f18529f8075
    6f868d66