| 376 | |
| 377 | template <class T> |
| 378 | inline |
| 379 | typename |
| 380 | exception_detail::enable_error_info_return_type<T>::type |
| 381 | enable_error_info( T const & x ) |
| 382 | { |
| 383 | typedef typename exception_detail::enable_error_info_return_type<T>::type rt; |
| 384 | return rt(x); |
| 385 | } |
| 386 | |
| 387 | //////////////////////////////////////////////////////////////////////// |
| 388 |
no outgoing calls
no test coverage detected