The question is in the title. I cannot find the information in the reference documentation. I do not see why the default constructor would throw, but I need to be sure it is no-throw to correctly document my exception guarantees.
Asked
Active
Viewed 588 times
1 Answers
2
See http://www.boost.org/doc/libs/1_54_0/doc/html/boost/function.html#idp15443616-bb: it explicitly states "Will not throw".

richvdh
- 1,163
- 11
- 19
-
Thank you! It was quite easy in fact. I failed to see this was accessible from "Header
" in the reference documentation. – Christophe Fuzier Oct 10 '13 at 11:30