Opened 15 years ago
Last modified 15 years ago
#1482 new Bugs
boost::python::throw_error_already_set should be marked noreturn
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.34.1 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
boost::python::throw_error_already_set should be marked noreturn, so that gcc doesn't complain when functions call it at the end and then don't return.
Thanks! Geoffrey
Note:
See TracTickets
for help on using tickets.