Why does clang think gcc's subrange does not satisfy gcc's __ranges_begin function concept equirements?

后端 未结 0 800
悲哀的现实
悲哀的现实 2021-01-15 02:59

The code that fails for clang (while gcc seems okey with it)

    int arr[] { 111, 222, 333};
    ranges::subrange(
        ranges::begin(arr),ranges::end(arr)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题