mirror of
https://github.com/boostorg/exception.git
synced 2025-07-25 01:57:38 +02:00
removed #include <stddef.h>
[SVN r48484]
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
#define UUID_0C5D492E909711DCB658AD4556D89593
|
#define UUID_0C5D492E909711DCB658AD4556D89593
|
||||||
|
|
||||||
#include <boost/exception/exception.hpp>
|
#include <boost/exception/exception.hpp>
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
@ -38,7 +37,7 @@ boost
|
|||||||
struct small_size { };
|
struct small_size { };
|
||||||
small_size dispatch( void * );
|
small_size dispatch( void * );
|
||||||
|
|
||||||
template <class,size_t>
|
template <class,int>
|
||||||
struct enable_error_info_helper;
|
struct enable_error_info_helper;
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
|
Reference in New Issue
Block a user