C++ Logo

std-discussion

Advanced search

adding a more C++ compliant main function

From: Vishal Oza <vickoza_at_[hidden]>
Date: Wed, 29 Jan 2020 10:37:17 -0600
Are there any issues with extending the main function with more C++
compliant parameters? Some example I would like to include are:

int main(std::vector<std::string>> args);
int main(std::span<std:: std::string>> args);
sincerely,
Vishal Oza

Received on 2020-01-29 10:40:43