You can just use the two step method: auto begin() { using std::begin; //1 return begin(c); //2 }. 1 : bring std::begin into consideration
確定! 回上一頁