Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76590 - trunk/boost/exception
From: emil_at_[hidden]
Date: 2012-01-20 02:57:53


Author: emildotchevski
Date: 2012-01-20 02:57:48 EST (Fri, 20 Jan 2012)
New Revision: 76590
URL: http://svn.boost.org/trac/boost/changeset/76590

Log:
Added redundant include guard to error_info.hpp (ticket 6428)
Text files modified:
   trunk/boost/exception/error_info.hpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/boost/exception/error_info.hpp
==============================================================================
--- trunk/boost/exception/error_info.hpp (original)
+++ trunk/boost/exception/error_info.hpp 2012-01-20 02:57:48 EST (Fri, 20 Jan 2012)
@@ -3,4 +3,7 @@
 //Distributed under the Boost Software License, Version 1.0. (See accompanying
 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#ifndef UUID_EE7ECCA0433B11E1923E37064924019B
+#define UUID_EE7ECCA0433B11E1923E37064924019B
 namespace boost { template <class Tag,class T> class error_info; }
+#endif


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