From a92ed0a337e85bd09071faa95653bf642d4c2453 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 22 Jul 2009 20:55:50 +0000 Subject: [PATCH] Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation. [SVN r55094] --- include/boost/exception/exception.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 6df93ac..6233f19 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -80,13 +80,13 @@ boost template class error_info; - typedef error_info throw_function; - typedef error_info throw_file; - typedef error_info throw_line; + typedef error_info throw_function; + typedef error_info throw_file; + typedef error_info throw_line; template <> class - error_info + error_info { public: typedef char const * value_type; @@ -100,7 +100,7 @@ boost template <> class - error_info + error_info { public: typedef char const * value_type; @@ -114,7 +114,7 @@ boost template <> class - error_info + error_info { public: typedef int value_type;