Live data from Hacker News

Viewing profile — beatbrokedown

beatbrokedown

HN member
Joined
Tue, Jul 17, 2012, 11:32 PM UTC
HN karma
123
Public activity
7 items

About beatbrokedown

No profile information was provided.

Recent public activity

  1. comment
    Comment #15325078

    If you make one small change to this file you can cause clang and gcc to both prevent this from compiling if you are using warnings. namespace { void NeverCalled() { Do = EraseAll;…

  2. comment
    Comment #12341059

    Fixes https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED...

  3. story
  4. comment
    Comment #9823174

    My fuzzing went: 8 4 2 (no) 1 2 3 (yes) 1 1 1 (no) 1 100 123 (yes) 1.0 1.1 1.2 (yes) answer: incrementing numbers

  5. comment
    Comment #7579078

    Interesting the main page http://gcc.gnu.org/ lists 4.9 as the current release as opposed to Development release.

  6. story
  7. comment
    Comment #4258508

    Just in case anyone forgets this is from 1994(it's in the title!). Typical modern C++ has been using this pattern for quite a while (boost::function / boost::bind) and it is now ev…