Opened 12 years ago

Last modified 12 years ago

#5398 new Bugs

progress.hpp does not compile with exceptions off

Reported by: anonymous Owned by: Beman Dawes
Milestone: To Be Determined Component: timer
Version: Boost 1.47.0 Severity: Problem
Keywords: Cc:

Description

uses try/catch instead of BOOST_TRY/BOOST_CATCH

with exceptions off, you cannot use throw(), try, catch, etc., hence boost::throw_exception(), BOOST_TRY, BOOST_CATCH, BOOST_RETHROW

Change History (1)

comment:1 by anonymous, 12 years ago

Component: Nonetimer
Owner: set to Beman Dawes
Severity: ShowstopperProblem
Note: See TracTickets for help on using tickets.