mirror of
https://github.com/boostorg/exception.git
synced 2025-07-22 00:42:04 +02:00
Improving CodeGear C++Builder 2009 compatibility
[SVN r48918]
This commit is contained in:
@ -313,7 +313,8 @@ boost
|
||||
exception_detail::enable_error_info_return_type<T>::type
|
||||
enable_error_info( T const & x )
|
||||
{
|
||||
return typename exception_detail::enable_error_info_return_type<T>::type(x);
|
||||
typedef typename exception_detail::enable_error_info_return_type<T>::type rt;
|
||||
return rt(x);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user