mirror of
https://github.com/boostorg/exception.git
synced 2025-08-02 05:54:28 +02:00
Merging from trunk: new function diagnostic_information_what, and mutable error info access.
[SVN r56477]
This commit is contained in:
@@ -17,5 +17,5 @@ file_read( FILE * f, void * buffer, size_t size )
|
||||
{
|
||||
if( size!=fread(buffer,1,size,f) )
|
||||
throw boost::enable_current_exception(file_read_error()) <<
|
||||
boost::errinfo_errno(errno);
|
||||
boost::errinfo_errno(errno);
|
||||
}
|
||||
|
Reference in New Issue
Block a user