Why is the use of std::min in these fold expressions undefined behavior?

后端 未结 0 1865
感动是毒
感动是毒 2021-02-20 07:54

Thanks to Can I implement max(A, max(B, max(C, D))) using fold expressions? I\'m aware of one working approach to use std::min in a fold expression(min2 below). How

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