Especially nasty bug in our network scanner - Martin Šmarda [ CppCon 2018 ]

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 5

  • @Xeverous
    @Xeverous 5 років тому +13

    South const:
    int
    const x = 10;
    North const:
    const
    int y = 10;

  • @nilspin
    @nilspin 5 років тому +4

    I love hearing bughunting stories like this! Wish conferences did more such videos.

  • @DimiterStanev
    @DimiterStanev 5 років тому

    This made me read the spec again, and found this among others: > - en.cppreference.com/w/cpp/language/escape

  • @tetramaximum
    @tetramaximum 3 роки тому

    I didn't get the joke about the competition between east and west, then that things go south and then west wins. What were the references?

  • @iddn
    @iddn 5 років тому

    Oooh, nasty, thanks for the info!