Returning a generic lambda expression from a function causes compiler warnings if an explicit return type is given

后端 未结 0 1930
渐次进展
渐次进展 2020-12-02 05:42

I have a function whose return type is a simple generic lambda expression. (The lambda returned by this function is eventually passed as an argument to STL algorithms like s

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