From 1e89a706fd72fe86e9b2b0468c3b87d83328a14d Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 10 Jul 2009 19:03:29 +0000 Subject: [PATCH] documentation update [SVN r54870] --- 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;