...
You may call std::exit()
only in a function program that has not yet initialized any objects with automatic storage duration.
...
...
You may call std::exit()
only in a function program that has not yet initialized any objects with automatic storage duration.
...