Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73764 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-14 17:31:41


Author: trademark
Date: 2011-08-14 17:31:41 EDT (Sun, 14 Aug 2011)
New Revision: 73764
URL: http://svn.boost.org/trac/boost/changeset/73764

Log:
Compilation error : Add a comma to the end of the class.
Text files modified:
   sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp 2011-08-14 17:31:41 EDT (Sun, 14 Aug 2011)
@@ -8,12 +8,14 @@
 #ifndef BOOST_CHECKS_TRADUCTION_EXCEPTION_HPP
 #define BOOST_CHECKS_TRADUCTION_EXCEPTION_HPP
 
+#include <exception>
+
 namespace boost{
   namespace checks{
 
- class traduction_exception : std::exception
+ class traduction_exception : public std::exception
   {
- }
+ };
   
 }}
 


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