Baris Evrim Demiroz

Avatar
  • 活动总数 12
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 3
  • 订阅数 3
  • 创建于

    Custom span type "is not a valid range type"

    I have a custom `span` implementation. However when I do `for (auto& x : objects)` where `objects` is a `span` I get a "span<...> is not a valid range type" warning from the IDE. The code compiles ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Debugger, set value only once

    已回答
    I have changed a local variable value through the watch window. It is used in a for loop, something similar to this:   int x;for (int i=0; i<10; ++i) modify(x);   However after setting the value ...
    • 2 个关注者
    • 7 条评论
    • 0 票