$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73746 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-14 13:10:07
Author: trademark
Date: 2011-08-14 13:10:07 EDT (Sun, 14 Aug 2011)
New Revision: 73746
URL: http://svn.boost.org/trac/boost/changeset/73746
Log:
When a value cannot be traduce to a valid one.
Added:
   sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp   (contents, props changed)
Added: sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2011/checks/boost/checks/traduction_exception.hpp	2011-08-14 13:10:07 EDT (Sun, 14 Aug 2011)
@@ -0,0 +1,20 @@
+//  Boost checks/modulus97.hpp header file  ------------------------------------//
+//  (C) Copyright Pierre Talbot 2011
+//  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
+//  See http://www.boost.org for updates, documentation, and revision history.
+
+#ifndef BOOST_CHECKS_TRADUCTION_EXCEPTION_HPP
+#define BOOST_CHECKS_TRADUCTION_EXCEPTION_HPP
+
+namespace boost{
+  namespace checks{
+
+  class traduction_exception : std::exception
+  {
+  }
+  
+}}
+
+#endif // BOOST_CHECKS_TRADUCTION_EXCEPTION_HPP
\ No newline at end of file