mirror of
https://github.com/boostorg/exception.git
synced 2025-07-15 05:26:32 +02:00
Examples/documentation update
[SVN r54842]
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
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