>>631
【追加】
void func(const std::vector<int>& deta) {
  ・・・
}
func( {1, 2, 3 ,4 , 9999999} );  // ○, 実際にコンパイルに成功する。