What do you mean by “No exception specification”?
(a) It throws nothing
(b) It can throw anything
(c) It can catch anything
(d) It can try anything
The question was posed to me in a job interview.
The origin of the question is Exception Specifications in portion Derived Classes, Templates & Exception Handling in C++ of C++