Opened 15 years ago

Last modified 15 years ago

#1482 new Bugs

boost::python::throw_error_already_set should be marked noreturn

Reported by: irving@… 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

Change History (1)

comment:1 by Marshall Clow, 15 years ago

Component: NonePython
Owner: set to Dave Abrahams
Note: See TracTickets for help on using tickets.