• Dmitry Yu. Naumov's avatar
    [PL] Pass name as const-ref on construction · 2febec61
    Dmitry Yu. Naumov authored
    The 'name' in process construction is also used after
    the process construction and so it can not be moved
    anyway. Taking it by const-ref avoids an extra copy
    here (and silences a cppcheck warning).
    2febec61