Live data from Hacker News

Viewing profile — cthrowappp

cthrowappp

HN member
Joined
Sat, Oct 10, 2015, 5:50 PM UTC
HN karma
5
Public activity
4 items

About cthrowappp

No profile information was provided.

Recent public activity

  1. comment
    Comment #10366294

    The headline has since been fixed to mention Clang or GCC with Blocks.

  2. comment
    Comment #10366291

    That's pretty cute.

  3. comment
    Comment #10366288

    Not in this case it doesn't.

  4. comment
    Comment #10366272

    Unless I'm mistaken, `__attribute__((cleanup))` is function-, not block-, scoped. The cleanup attribute is actually declared on the Block, which is kind of cute. Instead, I'd sugge…