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 , 12 years ago
| Component: | None → timer |
|---|---|
| Owner: | set to |
| Severity: | Showstopper → Problem |
Note:
See TracTickets
for help on using tickets.
