Live data from Hacker News

Viewing profile — tcheyne

tcheyne

HN member
Joined
Mon, Sep 20, 2021, 3:02 PM UTC
HN karma
2
Public activity
1 items

About tcheyne

No profile information was provided.

Recent public activity

  1. comment
    Comment #28594626

    A lightweight alternative I often use is to make a named constexpr at the callsite. `constexpr bool IS_GAIN = true; v = calc_formula(ia, ib, IS_GAIN);`