mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Suggest the `initializer_list` overload instead. 3+ args is an arbitrary number that allows for incremental depreciation without having to update too many call sites. For more context, see https://github.com/llvm/llvm-project/pull/163117.