mirror of
https://github.com/boostorg/exception.git
synced 2025-07-14 04:56:34 +02:00
Examples/documentation update
[SVN r54842]
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
//
|
||||
|
||||
class file_read_error: public boost::exception { };
|
||||
struct file_read_error: virtual boost::exception { };
|
||||
|
||||
void
|
||||
file_read( FILE * f, void * buffer, size_t size )
|
||||
|
Reference in New Issue
Block a user