mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 00:12:07 +02:00
Examples/documentation update
[SVN r54842]
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
class file_read_error: public boost::<span class="RenoLink"><a href="exception.html">exception</a></span> { };
|
||||
struct file_read_error: virtual boost::<span class="RenoLink"><a href="exception.html">exception</a></span> { };
|
||||
|
||||
void
|
||||
file_read( FILE * f, void * buffer, size_t size )
|
||||
|
Reference in New Issue
Block a user