Changes between Initial Version and Version 1 of Ticket #8337
- Timestamp:
- Mar 28, 2013, 11:57:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8337
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #8337 – Description
initial v1 1 1 Coverity static analysis reported the following problem: 2 2 3 4 {{{ 3 5 class BOOST_SYMBOL_VISIBLE future_error 4 6 : public std::logic_error … … 22 24 } 23 25 }; 26 }}} 27