|
Boost-Commit : |
From: emil_at_[hidden]
Date: 2008-08-30 22:04:34
Author: emildotchevski
Date: 2008-08-30 22:04:34 EDT (Sat, 30 Aug 2008)
New Revision: 48484
URL: http://svn.boost.org/trac/boost/changeset/48484
Log:
removed #include <stddef.h>
Text files modified:
trunk/boost/exception/enable_error_info.hpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/boost/exception/enable_error_info.hpp
==============================================================================
--- trunk/boost/exception/enable_error_info.hpp (original)
+++ trunk/boost/exception/enable_error_info.hpp 2008-08-30 22:04:34 EDT (Sat, 30 Aug 2008)
@@ -7,7 +7,6 @@
#define UUID_0C5D492E909711DCB658AD4556D89593
#include <boost/exception/exception.hpp>
-#include <stddef.h>
namespace
boost
@@ -38,7 +37,7 @@
struct small_size { };
small_size dispatch( void * );
- template <class,size_t>
+ template <class,int>
struct enable_error_info_helper;
template <class T>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk