Carsonmswope

Avatar
  • 活动总数 2
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • Carsonmswope 创建了一个帖子,

    Disable specific clangd error from syntax highlighting

    I'm using MSVC compiler with CLion, and have some code that looks like this: void fn(std::vector<int>& input) { do the stuff.. }fn({1, 2, 3});fn(vector<int>{1, 2, 3}); This code compiles on MSVC (b...