Elektrine lite

← Feed

@schmerg@mas.to

Post #2499632

2026-05-13 16:24 UTC

@shafik Don't know if this is old news but it surprised me and at least some others, and thought it might make for a good one of your quiz Q's What're the values of the counters? https://godbolt.org/z/cofcnYqra

Replies (1)

  • @shafik@hachyderm.io 2026-05-13 17:06

    @schmerg@mas.to Static blocks variables are initialized once : https://eel.is/c++draft/stmt.dcl#3 I think this can be surprising but is not one of the more surprising things C++ can throw your way.

    Open ##2835610